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

From source file com.customviewcollection.nestedscroll.NestedScrollView.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 NestedScrollView extends FrameLayout

From source file xyz.hanks.nestedwebview.SSScrollView.java

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

From source file com.k.xdiary.views.MyNestedScrollView.java

/**
 * MyNestedScrollView 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 MyNestedScrollView extends FrameLayout

From source file com.fish.nsd.MyNestedScrollView.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 MyNestedScrollView extends FrameLayout

From source file demo.likang.com.embeddedwebview.MScrollView.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 MScrollView extends FrameLayout implements NestedScrollingParent, NestedScrollingChild, ScrollingView {