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.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;

From source file android.support.wear.widget.drawer.WearableDrawerLayout.java

/**
 * Top-level container that allows interactive drawers to be pulled from the top and bottom edge of
 * the window. For WearableDrawerLayout to work properly, scrolling children must send nested
 * scrolling events. Views that implement {@link android.support.v4.view.NestedScrollingChild} do
 * this by default. To enable nested scrolling on frameworks views like {@link
 * android.widget.ListView}, set <code>android:nestedScrollingEnabled="true"</code> on the view in

From source file com.melolchik.bullshitbingo.ui.views.swipe.BottomSwipeRefreshLayout.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.melolchik.common.ui.views.recycler.swipe.BottomSwipeRefreshLayout.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;