Example usage for android.webkit WebView subclass-usage

List of usage examples for android.webkit WebView subclass-usage

Introduction

In this page you can find the example usage for android.webkit WebView subclass-usage.

Usage

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

From source file com.fangzp.daily.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;

From source file com.github.fo2rist.mclaren.ui.widgets.NestedWebView.java

/**
 * WebView that implements {@link NestedScrollingChild} and so can notify toolbar when it need to be hidden.
 */
public class NestedWebView extends WebView implements NestedScrollingChild {
    private int lastY;
    private final int[] scrollOffset = new int[2];

From source file com.github.takahirom.zerobrowser.view.webview.ZeroBrowserWebView.java

public class ZeroBrowserWebView 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;