Example usage for android.widget ScrollView subclass-usage

List of usage examples for android.widget ScrollView subclass-usage

Introduction

In this page you can find the example usage for android.widget ScrollView subclass-usage.

Usage

From source file com.hippo.nimingban.widget.BottomShadowScrollView.java

public class BottomShadowScrollView extends ScrollView {

    private Drawable mShadowDrawable;
    private int mShadowHeight;

    public BottomShadowScrollView(Context context) {

From source file damo.three.ie.ui.ExtendedScrollView.java

/**
 * Class to extend a {@link android.widget.ScrollView}'s functionality so we can detect when we have scrolled.
 * onScrollChanged() is protected in ScrollView. By extending ScrollView, we can then enable/disable the
 * {@link android.support.v4.widget.SwipeRefreshLayout} accordingly so the SwipeRefreshLayout doesn't get fired when
 * scrolling up through the usages before getting to the top.
 *

From source file it.cammino.risuscito.ScrimInsetsScrollView.java

/**
 * A layout that draws something in the insets passed to {@link #fitSystemWindows(android.graphics.Rect)}, i.e. the area above UI chrome
 * (status and navigation bars, overlay action bars).
 */
public class ScrimInsetsScrollView extends ScrollView {
    private Drawable mInsetForeground;

From source file com.focosee.qingshow.widget.MVerticalViewPager.java

public class MVerticalViewPager extends ScrollView {

    private final String TAG = "MVerticalViewPager";
    private final float SCROLL_PERCENTAGE = 0.3f;
    private final int MIN_FLING_VELOCITY = 1000;

From source file com.ftinc.kit.widget.ScrimInsetsScrollView.java

/**
 * A layout that draws something in the insets passed to {@link #fitSystemWindows(android.graphics.Rect)}, i.e. the area above UI chrome
 * (status and navigation bars, overlay action bars).
 */
public class ScrimInsetsScrollView extends ScrollView {
    private Drawable mInsetForeground;

From source file pl.edu.agh.schedule.ui.widget.ScrimInsetsScrollView.java

/**
 * A layout that draws something in the insets passed to {@link #fitSystemWindows(Rect)}, i.e. the area above UI chrome
 * (status and navigation bars, overlay action bars).
 */
public class ScrimInsetsScrollView extends ScrollView {
    private Drawable mInsetForeground;

From source file com.saarang.samples.apps.iosched.ui.widget.ScrimInsetsScrollView.java

/**
 * A layout that draws something in the insets passed to {@link #fitSystemWindows(Rect)}, i.e. the area above UI chrome
 * (status and navigation bars, overlay action bars).
 */
public class ScrimInsetsScrollView extends ScrollView {
    private Drawable mInsetForeground;

From source file com.ffmpeger.card.ui.widget.ScrimInsetsScrollView.java

public class ScrimInsetsScrollView extends ScrollView {
    private Drawable mInsetForeground;

    private Rect mInsets;
    private Rect mTempRect = new Rect();
    private OnInsetsCallback mOnInsetsCallback;

From source file com.fa.imaged.customviews.ScrimInsetsScrollView.java

/**
 * A layout that draws something in the insets passed to {@link #fitSystemWindows(Rect)}, i.e. the area above UI chrome
 * (status and navigation bars, overlay action bars).
 */
public class ScrimInsetsScrollView extends ScrollView {
    private Drawable mInsetForeground;

From source file com.ayuget.redface.ui.view.ScrimInsetsScrollView.java

/**
 * A layout that draws something in the insets passed to {@link #fitSystemWindows(android.graphics.Rect)}, i.e. the area above UI chrome
 * (status and navigation bars, overlay action bars).
 */
public class ScrimInsetsScrollView extends ScrollView {
    private Drawable mInsetForeground;