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

From source file com.cmbb.smartkids.widget.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 com.cmbb.smartmarket.widget.NestedScrollView.java

/**
 * NestedScrollView is just like {@link 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 com.peerless2012.twowaynestedscrollview.TwoWayNestedScrollView.java

/**
 * @author wangzhiming Describe: 2015824 ?5:36:19
 */
@SuppressLint("Override")
public class TwoWayNestedScrollView extends FrameLayout implements NestedScrollingParent, NestedScrollingChild {
    static final int ANIMATED_SCROLL_GAP = 250;

From source file com.taobao.weex.ui.view.WXScrollView.java

/**
 * Custom-defined scrollView
 */
public class WXScrollView extends ScrollView
        implements Callback, IWXScroller, WXGestureObservable, NestedScrollingChild {

From source file org.nekC.android.support.widget.RecyclerView.java

/**
 * A flexible view for providing a limited window into a large data set.
 *
 * <h3>Glossary of terms:</h3>
 *
 * <ul>