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.github.dfa.diaspora_android.ui.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.github.dfa.diaspora_android.web.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 io.github.ryanhoo.firFlight.ui.webview.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.geofbot.views.web.NestedWebView.java

/**
 * A WebView that works with CoordinatorLayout and AppBarLayout scroll behavior.
 */
public class NestedWebView extends WebView implements NestedScrollingChild {
    private int mLastY;
    private final int[] mScrollOffset = new int[2];

From source file cztongcheng.dev.liuxiaocong.cztongcheng.Common.UI.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.just.agentweb.NestedScrollAgentWebView.java

/**
 * ?CoordinatorLayout?Toolbar?webview
 *
 * @author LeonDevLifeLog
 * @since 4.0.0
 */

From source file com.github.takahirom.webview_in_coodinator_layout.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 de.xikolo.views.NestedScrollWebView.java

public class NestedScrollWebView extends WebView implements NestedScrollingChild {

    public static final String TAG = NestedScrollWebView.class.getSimpleName();

    private int mLastMotionY;

From source file me.yoursun.browser.tab.NestedScrollWebView.java

public class NestedScrollWebView extends WebView implements NestedScrollingChild {

    private int mLastMotionY;

    private final int[] mScrollOffset = new int[2];
    private final int[] mScrollConsumed = new int[2];

From source file com.tobiasrohloff.view.NestedScrollWebView.java

public class NestedScrollWebView extends WebView implements NestedScrollingChild {

    public static final String TAG = NestedScrollWebView.class.getSimpleName();

    private int mLastMotionY;