Example usage for android.support.v4.view ScrollingView subclass-usage

List of usage examples for android.support.v4.view ScrollingView subclass-usage

Introduction

In this page you can find the example usage for android.support.v4.view ScrollingView subclass-usage.

Usage

From source file com.cburch.logisim.gui.start.AboutCredits.java

class AboutCredits extends ScrollingView {
    /** Time to spend freezing the credits before after after scrolling */
    private static final int MILLIS_FREEZE = 1000;

    /** Speed of how quickly the scrolling occurs */
    private static final int MILLIS_PER_PIXEL = 20;