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

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

Introduction

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

Usage

From source file com.tasomaniac.openwith.resolver.ResolverDrawerLayout.java

public class ResolverDrawerLayout extends ViewGroup implements NestedScrollingParent {

    /**
     * Max width of the whole drawer layout
     */
    private int mMaxWidth;

From source file com.shizhefei.view.coolrefreshview.CoolRefreshView.java

public class CoolRefreshView extends ViewGroup implements NestedScrollingParent, NestedScrollingChild {
    private static final String LOG_TAG = "CoolRefreshView";
    private ProxyPullHeader mPullHandler;
    private View mHeaderView;
    private View mContentView;

From source file bhav.swipeaction.SwipeAction.java

/**
 * Swipe Down for action.
 */
public class SwipeAction extends ViewGroup implements NestedScrollingParent, NestedScrollingChild {

    private static final String TAG = SwipeAction.class.getSimpleName();

From source file com.example.gitnb.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.tzy.demo.widget.PullToRefreshLayout.java

/**
 * The PullToRefreshLayout 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 PullToRefreshLayout
 * will notify the listener each and every time the gesture is completed again;

From source file com.aswifter.material.widget.PullToRefreshLayout.java

/**
 * The PullToRefreshLayout 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 PullToRefreshLayout
 * will notify the listener each and every time the gesture is completed again;

From source file com.linked.erfli.library.widget.PullToRefreshLayout.java

/**
 * The PullToRefreshLayout 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 PullToRefreshLayout
 * will notify the listener each and every time the gesture is completed again;

From source file cn.edu.bit.bookstore.bookstore_android.widget.PullToRefreshLayout.java

/**
 * The PullToRefreshLayout 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 PullToRefreshLayout
 * will notify the listener each and every time the gesture is completed again;

From source file com.example.chenlij.materialdesignpractice.widget.PullToRefreshLayout.java

/**
 * The PullToRefreshLayout 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 PullToRefreshLayout
 * will notify the listener each and every time the gesture is completed again;

From source file com.android.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;