List of usage examples for android.webkit WebView subclass-usage
From source file com.example.administrator.mywebviewdrawsign.SysWebView.java
/** * Created by Administrator on 2017/4/10 0010. */ public class SysWebView extends WebView {
From source file com.hellofyc.base.widget.BaseWebView.java
public class BaseWebView extends WebView { private static final boolean DEBUG = false; private static final String VAR_ARG_PREFIX = "arg"; private static final String MSG_PROMPT_HEADER = "MyApp:"; private static final String KEY_INTERFACE_NAME = "obj";
From source file org.kiwix.kiwixmobile.views.KiwixWebView.java
public class KiwixWebView extends WebView { private static final String PREF_ZOOM = "pref_zoom_slider"; private static final String PREF_ZOOM_ENABLED = "pref_zoom_enabled";
From source file org.smartrobot.android.web.RobotWebView.java
/**
* <p> .
* <p> {@link #onActivated()} {@link #onDeactivated()} .
* </p>
* @author akaii@kw.ac.kr (Kwang-Hyun Park)
* <p>
From source file com.conduit.plastic.widget.NestedWebView.java
public class NestedWebView extends WebView implements NestedScrollingChild { private static final int INVALID_POINTER = -1; private static String TAG = NestedWebView.class.getSimpleName(); private final int[] mScrollConsumed = new int[2]; private final int[] mScrollOffset = new int[2]; public int direction = 0;
From source file com.jun.elephant.ui.widget.NestedWebView.java
/** * Created by Jun on 2016/10/20. */ public class NestedWebView extends WebView implements NestedScrollingChild { private static final int INVALID_POINTER = -1; private static String TAG = NestedWebView.class.getSimpleName();
From source file com.playhaven.android.view.HTMLView.java
/** * HTML Content Unit */ public class HTMLView extends WebView implements ChildView<HTMLView> { private final String DISPATCH_PREFIX = "ph://"; private Placement mPlacement;
From source file net.wequick.small.webkit.WebView.java
/**
* <p>A View that displays web pages. This class is the basis upon which you
* can display native web pages or some online content within WebActivity.
*
* <p>This class brings the javascript bridge to connect native and web, all
* the usages are on <a href="https://github.com/wequick/Small/wiki/Javascript-API">Javascript API</a>.
From source file org.tint.ui.components.CustomWebView.java
public class CustomWebView extends WebView implements DownloadListener, DownloadConfirmDialog.IUserActionListener { private UIManager mUIManager; private Context mContext; private BaseWebViewFragment mParentFragment;
From source file com.iumol.tint.ui.components.CustomWebView.java
public class CustomWebView extends WebView implements DownloadListener, DownloadConfirmDialog.IUserActionListener { private UIManager mUIManager; private Context mContext; private BaseWebViewFragment mParentFragment;