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.song.refresh_view.PullToRefreshView.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.creativtrendz.folio.ui.FolioWebViewScroll.java

/**
 * Advanced WebView component for Android that works as intended out of the box
 */
@SuppressWarnings("deprecation")
public class FolioWebViewScroll extends WebView implements NestedScrollingChild {

From source file im.delight.android.webview.AdvancedWebView.java

/**
 * Advanced WebView component for Android that works as intended out of the box
 */
@SuppressWarnings("deprecation")
public class AdvancedWebView extends WebView implements NestedScrollingChild {

From source file com.bigbug.android.pp.ui.widget.HorizontalListView.java

/**
 * A view that shows items in a horizontally scrolling list. The items
 * come from the {@link ListAdapter} associated with this view. <br>
 * <br>
 * <b>Limitations:</b>
 * <ul>

From source file org.alex.refreshlayout.RefreshLayout.java

@SuppressWarnings("all")
public class RefreshLayout extends ViewGroup implements NestedScrollingParent, NestedScrollingChild {
    public static final int LARGE = MaterialProgressDrawable.LARGE;
    public static final int DEFAULT = MaterialProgressDrawable.DEFAULT;
    @VisibleForTesting
    /**

From source file org.alex.swiperefreshlayout.SwipeRefreshLayout.java

@SuppressWarnings("all")
public class SwipeRefreshLayout extends ViewGroup implements NestedScrollingParent, NestedScrollingChild {
    public static final int LARGE = MaterialProgressDrawable.LARGE;
    public static final int DEFAULT = MaterialProgressDrawable.DEFAULT;
    @VisibleForTesting
    /**

From source file com.xiaosu.lib.base.widget.drawerLayout.DrawerLayout.java

/**
 * DrawerLayout acts as a top-level container for window content that allows for
 * interactive "drawer" views to be pulled out from one or both vertical edges of the window.
 * <p>
 * <p>Drawer positioning and layout is controlled using the <code>android:layout_gravity</code>
 * attribute on child views corresponding to which side of the view you want the drawer

From source file com.hxqc.mall.core.views.CustomScrollView.java

/**
 * Date:2015-12-12
 * FIXME
 * Todo NestedScrollView
 */
public class CustomScrollView extends FrameLayout implements NestedScrollingParent, NestedScrollingChild {

From source file com.hxqc.mall.thirdshop.views.CustomScrollView.java

/**
 * Date:2015-12-12
 * FIXME
 * Todo NestedScrollView
 */
public class CustomScrollView extends FrameLayout implements NestedScrollingParent, NestedScrollingChild {

From source file com.apptentive.android.sdk.view.ApptentiveNestedScrollView.java

/**
 * NestedScrollView is just like {@link android.widget.ScrollView}, but it supports acting
 * as both a nested scrolling parent and child on both new and old versions of Android.
 * Nested scrolling is enabled by default.
 */
public class ApptentiveNestedScrollView extends FrameLayout