List of usage examples for android.webkit WebView subclass-usage
From source file de.madvertise.android.sdk.MadvertiseMraidView.java
public class MadvertiseMraidView extends WebView { private static final int CLOSE_BUTTON_SIZE = 50; protected static final int STATE_LOADING = 0; protected static final int STATE_HIDDEN = 1; protected static final int STATE_DEFAULT = 2;
From source file com.acrutiapps.browser.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 br.com.support.SodaWebView.java
public class SodaWebView extends WebView { private SodaWebViewClient mSodaWebViewClient; private SodaWebViewBridge mSodaWebViewBridge; private SodaWebChromeClient mSodaWebChromeClient; private boolean debug = false;
From source file org.apache.cordova.CordovaWebView.java
public class CordovaWebView extends WebView { public static final String TAG = "CordovaWebView"; /** The whitelist **/ private ArrayList<Pattern> whiteList = new ArrayList<Pattern>();
From source file com.cryart.sabbathschool.view.SSReadingView.java
public class SSReadingView extends WebView { private static final String TAG = SSReadingView.class.getSimpleName(); public static final String SEARCH_PROVIDER = "https://www.google.com/search?q=%s"; public static final String CLIPBOARD_LABEL = "ss_clipboard_label"; private static final String bridgeName = "SSBridge";
From source file com.roger.lineselectionwebview.LSWebView.java
/** * Webview subclass that hijacks web content selection. * * @author Brandon Tate */ public class LSWebView extends WebView implements TextSelectionJavascriptInterfaceListener, OnTouchListener,
From source file org.apache.cordova.AndroidWebView.java
public class AndroidWebView extends WebView implements CordovaWebView { public static final String TAG = "CordovaWebView"; public static final String CORDOVA_VERSION = "3.5.0-dev"; private ArrayList<Integer> keyDownCodes = new ArrayList<Integer>();
From source file com.slarker.tech.hi0734.view.widget.webview.AdvancedWebView.java
/** * Advanced WebView component for Android that works as intended out of the box */ @SuppressWarnings("deprecation") public class AdvancedWebView extends WebView {
From source file com.creativtrendz.folio.ui.FolioWebViewScroll.java
/** * Advanced WebView component for Android that works as intended out of the box */ @SuppressWarnings("deprecation") public class FolioWebViewScroll extends WebView implements NestedScrollingChild {
From source file im.delight.android.webview.AdvancedWebView.java
/** * Advanced WebView component for Android that works as intended out of the box */ @SuppressWarnings("deprecation") public class AdvancedWebView extends WebView implements NestedScrollingChild {