List of usage examples for android.webkit WebView subclass-usage
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 de.madvertise.android.sdk.MadvertiseImageView.java
/** * Displays a banner image in a {@link WebView}. The WebView handles scaling and * GIF animation for us. */ class MadvertiseImageView extends WebView {
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;
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;