List of usage examples for android.webkit WebView subclass-usage
From source file com.aohuan.dodo.dispatchevent_about.dummy_demo.view1.NestedScrollWebView.java
public class NestedScrollWebView extends WebView implements NestedScrollingChild { public static final String TAG = NestedScrollWebView.class.getSimpleName(); private int mLastMotionY;
From source file net.niyonkuru.koodroid.webview.BlockingWebView.java
public class BlockingWebView extends WebView { private static final String TAG = BlockingWebView.class.getSimpleName(); private CountDownLatch mCountDownLatch; private IOException mPendingException;
From source file com.smoothsync.smoothsetup.utils.CoordinatorWebView.java
/** * A {@link WebView} that works with a {@link CollapsingToolbarLayout} inside of a {@link CoordinatorLayout}. * * @author Marten Gajda */ public final class CoordinatorWebView extends WebView implements NestedScrollingChild {
From source file comb.self.webtest.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.llf.nestlayout.library.NestedWebView.java
/** * Created by llf on 2015/7/8. */ public class NestedWebView extends WebView implements NestedScrollingChild { private int mLastX, mLastY, mTouchY, mTouchSlop; private final int[] mScrollOffset = new int[2];
From source file me.ccrama.redditslide.Views.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 akhil.alltrans.NestedScrollingMarkDownView.java
public class NestedScrollingMarkDownView extends WebView implements NestedScrollingChild { private final int[] mScrollOffset = new int[2]; private final int[] mScrollConsumed = new int[2]; private int mLastMotionY; private int mNestedYOffset;
From source file com.clutch.ClutchView.java
public class ClutchView extends WebView { private static final String TAG = "ClutchWebView"; private String slug = null; private File dir = null; private ClutchViewMethodDispatcher dispatcher = null; private ProgressDialog loading = null;
From source file com.github.snowdream.android.widget.NotFoundWebView.java
/**
* A Webview when 404 errors occour,will show the public service advertisement.
*
* @author snowdream <yanghui1986527@gmail.com>
* @date 2013-7-9
* @version v1.0
From source file com.douban.rexxar.view.NestedWebView.java
public class NestedWebView extends WebView implements NestedScrollingChild { static final String TAG = "NestedWebView"; private int mLastX; private int mLastY; private int mFrozenX;