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 nu.yona.app.customview.NestedListView.java

/**
 * Created by kinnarvasa on 16/06/16.
 */
public class NestedListView extends ListView implements NestedScrollingChild {

    private final NestedScrollingChildHelper mScrollingChildHelper;

From source file org.mozilla.focus.webkit.NestedWebView.java

/**
 * WebView that supports nested scrolls (for using in a CoordinatorLayout).
 *
 * Based on:
 *   https://github.com/takahirom/webview-in-coordinatorlayout
 */

From source file org.mozilla.focus.webview.NestedWebView.java

/**
 * WebView that supports nested scrolls (for using in a CoordinatorLayout).
 *
 * Based on:
 *   https://github.com/takahirom/webview-in-coordinatorlayout
 */

From source file org.mozilla.focus.web.NestedGeckoView.java

public class NestedGeckoView extends GeckoView implements NestedScrollingChild {
    private int mLastY;
    private final int[] mScrollOffset = new int[2];
    private final int[] mScrollConsumed = new int[2];
    private int mNestedOffsetY;
    private NestedScrollingChildHelper mChildHelper;

From source file xyz.openhh.compat.widget.NestedRelativeLayout.java

/**
 * Created by HH .
 */
public class NestedRelativeLayout extends RelativeLayout implements NestedScrollingChild {
    public NestedRelativeLayout(Context context) {
        this(context, null);

From source file com.sinyuk.yuk.widgets.NestedWebView.java

public class NestedWebView extends WebView implements NestedScrollingChild {
    private int mLastY;
    private final int[] mScrollOffset = new int[2];
    private final int[] mScrollConsumed = new int[2];
    private int mNestedOffsetY;
    private NestedScrollingChildHelper mChildHelper;

From source file eu.fiskur.markdownview.NestedWebView.java

public class NestedWebView extends WebView implements NestedScrollingChild {
    private int mLastY;
    private final int[] mScrollOffset = new int[2];
    private final int[] mScrollConsumed = new int[2];
    private int mNestedOffsetY;
    private NestedScrollingChildHelper mChildHelper;

From source file com.klisly.bookbox.widget.NestedWebView.java

public class NestedWebView extends WebView implements NestedScrollingChild {
    private int mLastY;
    private final int[] mScrollOffset = new int[2];
    private final int[] mScrollConsumed = new int[2];
    private int mNestedOffsetY;
    private NestedScrollingChildHelper mChildHelper;

From source file com.sinyuk.yukdaily.widgets.NestedWebView.java

public class NestedWebView extends WebView implements NestedScrollingChild {
    private int mLastY;
    private final int[] mScrollOffset = new int[2];
    private final int[] mScrollConsumed = new int[2];
    private int mNestedOffsetY;
    private NestedScrollingChildHelper mChildHelper;

From source file com.rickendirk.rsgwijzigingen.NestedWebView.java

public class NestedWebView extends WebView implements NestedScrollingChild {
    private int mLastY;
    private final int[] mScrollOffset = new int[2];
    private final int[] mScrollConsumed = new int[2];
    private int mNestedOffsetY;
    private NestedScrollingChildHelper mChildHelper;