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.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.android.llibs.views.bottomnavigation.CoordinatorLayout.java

/**
 * CoordinatorLayout is a super-powered {@link android.widget.FrameLayout FrameLayout}.
 *
 * <p>CoordinatorLayout is intended for two primary use cases:</p>
 * <ol>
 *     <li>As a top-level application decor or chrome layout</li>

From source file ticwear.design.widget.CoordinatorLayout.java

/**
 * CoordinatorLayout is a super-powered {@link android.widget.FrameLayout FrameLayout}.
 *
 * <p>CoordinatorLayout is intended for two primary use cases:</p>
 * <ol>
 *     <li>As a top-level application decor or chrome layout</li>

From source file com.huyn.demogroup.bahavior.widget.CoordinatorLayout.java

/**
 * CoordinatorLayout is a super-powered {@link android.widget.FrameLayout FrameLayout}.
 *
 * <p>CoordinatorLayout is intended for two primary use cases:</p>
 * <ol>
 *     <li>As a top-level application decor or chrome layout</li>

From source file android.support.design.widget.CoordinatorLayout.java

/**
 * CoordinatorLayout is a super-powered {@link android.widget.FrameLayout FrameLayout}.
 *
 * <p>CoordinatorLayout is intended for two primary use cases:</p>
 * <ol>
 *     <li>As a top-level application decor or chrome layout</li>

From source file com.taobao.weex.ui.view.refresh.core.WXSwipeLayout.java

public class WXSwipeLayout extends FrameLayout implements NestedScrollingParent {

    private NestedScrollingParentHelper parentHelper;
    private WXOnRefreshListener onRefreshListener;
    private WXOnLoadingListener onLoadingListener;