Example usage for android.support.v4.view NestedScrollingChild interface-usage

List of usage examples for android.support.v4.view NestedScrollingChild interface-usage

Introduction

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

Usage

From source file com.tuniu.widget.SwipeRefreshLayout.java

/**
 * The SwipeRefreshLayout should be used whenever the user can refresh the
 * contents of a view via a vertical swipe gesture. The activity that
 * instantiates this view should add an OnRefreshListener to be notified
 * whenever the swipe to refresh gesture is completed. The SwipeRefreshLayout
 * will notify the listener each and every time the gesture is completed again;

From source file com.hao.mypackagetracker.support.SwipeRefreshLayout.java

/**
 * The SwipeRefreshLayout should be used whenever the user can refresh the
 * contents of a view via a vertical swipe gesture. The activity that
 * instantiates this view should add an OnRefreshListener to be notified
 * whenever the swipe to refresh gesture is completed. The SwipeRefreshLayout
 * will notify the listener each and every time the gesture is completed again;

From source file udacity.lzy.test.SwipeRefreshLayout.java

/**
 * The SwipeRefreshLayout should be used whenever the user can refresh the
 * contents of a view via a vertical swipe gesture. The activity that
 * instantiates this view should add an OnRefreshListener to be notified
 * whenever the swipe to refresh gesture is completed. The SwipeRefreshLayout
 * will notify the listener each and every time the gesture is completed again;

From source file com.com.tools.views.SwipeRefreshLayout.java

public class SwipeRefreshLayout extends ViewGroup implements NestedScrollingParent, NestedScrollingChild {
    // Maps to ProgressBar.Large style
    public static final int LARGE = MaterialProgressDrawable.LARGE;
    // Maps to ProgressBar default style
    public static final int DEFAULT = MaterialProgressDrawable.DEFAULT;

From source file com.com.mytoolsproject.SwipeRefreshLayout.java

public class SwipeRefreshLayout extends ViewGroup implements NestedScrollingParent, NestedScrollingChild {
    // Maps to ProgressBar.Large style
    public static final int LARGE = MaterialProgressDrawable.LARGE;
    // Maps to ProgressBar default style
    public static final int DEFAULT = MaterialProgressDrawable.DEFAULT;

From source file com.sno.customintegration.customswiperefreshlayout.view.CustomSwipeRefreshLayout.java

/**
 * The CustomSwipeRefreshLayout should be used whenever the user can refresh the
 * contents of a view via a vertical swipe gesture. The activity that
 * instantiates this view should add an OnRefreshListener to be notified
 * whenever the swipe to refresh gesture is completed. The CustomSwipeRefreshLayout
 * will notify the listener each and every time the gesture is completed again;

From source file com.ymsfd.practices.ui.widget.SwipeRefreshLayout.java

/**
 * The SwipeRefreshLayout should be used whenever the user can refresh the contents of a view via a
 * vertical swipe gesture. The activity that instantiates this view should add an OnRefreshListener
 * to be notified whenever the swipe to refresh gesture is completed. The SwipeRefreshLayout will
 * notify the listener each and every time the gesture is completed again; the listener is
 * responsible for correctly determining when to actually initiate a refresh of its content. If the

From source file com.xiyuan.refresh.RefreshLayout.java

/**
 * The SwipeRefreshLayout should be used whenever the user can refresh the
 * contents of a view via a vertical swipe gesture. The activity that
 * instantiates this view should add an OnRefreshListener to be notified
 * whenever the swipe to refresh gesture is completed. The SwipeRefreshLayout
 * will notify the listener each and every time the gesture is completed again;

From source file info.papdt.express.helper.widget.SwipeRefreshLayout.java

/**
 * The SwipeRefreshLayout should be used whenever the user can refresh the
 * contents of a view via a vertical swipe gesture. The activity that
 * instantiates this view should add an OnRefreshListener to be notified
 * whenever the swipe to refresh gesture is completed. The SwipeRefreshLayout
 * will notify the listener each and every time the gesture is completed again;

From source file org.nyjsl.library.ptr.SwipeRefreshLayout.java

/**
 * The SwipeRefreshLayout should be used whenever the user can refresh the
 * contents of a view via a vertical swipe gesture. The activity that
 * instantiates this view should add an OnRefreshListener to be notified
 * whenever the swipe to refresh gesture is completed. The SwipeRefreshLayout
 * will notify the listener each and every time the gesture is completed again;