Searched refs:WebViewCompat (Results 1 - 6 of 6) sorted by relevance

/frameworks/support/webkit/src/main/java/androidx/webkit/internal/
H A DVisualStateCallbackAdapter.java19 import androidx.webkit.WebViewCompat;
24 * Adapter between WebViewCompat.VisualStateCallback and VisualStateCallbackBoundaryInterface (the
28 private WebViewCompat.VisualStateCallback mVisualStateCallback;
30 public VisualStateCallbackAdapter(WebViewCompat.VisualStateCallback visualStateCallback) {
H A DWebViewProviderAdapter.java19 import androidx.webkit.WebViewCompat;
26 * WebViewCompat, this adapter is the support library version of
37 * Adapter method WebViewCompat.insertVisualStateCallback().
40 WebViewCompat.VisualStateCallback callback) {
H A DWebViewFeatureInternal.java28 import androidx.webkit.WebViewCompat;
41 * {@link androidx.webkit.WebViewCompat#postVisualStateCallback(android.webkit.WebView, long,
42 * androidx.webkit.WebViewCompat.VisualStateCallback)}, and
71 * {@link androidx.webkit.WebViewCompat#startSafeBrowsing(Context, ValueCallback)}.
77 * {@link androidx.webkit.WebViewCompat#setSafeBrowsingWhitelist(List, ValueCallback)}.
83 * {@link WebViewCompat#getSafeBrowsingPrivacyPolicyUrl()}.
/frameworks/support/webkit/src/androidTest/java/androidx/webkit/
H A DWebViewCompatTest.java72 new WebViewCompat.VisualStateCallback() {
87 WebViewCompat.postVisualStateCallback(mWebViewOnUiThread.getWebViewOnCurrentThread(), 5,
88 new WebViewCompat.VisualStateCallback() {
96 fail("Calling a WebViewCompat method on the wrong thread must cause a run-time exception");
123 WebViewCompat.startSafeBrowsing(ctx, new ValueCallback<Boolean>() {
138 WebViewCompat.startSafeBrowsing(InstrumentationRegistry.getTargetContext(), null);
146 WebViewCompat.startSafeBrowsing(
167 WebViewCompat.setSafeBrowsingWhitelist(whitelist, new ValueCallback<Boolean>() {
186 WebViewCompat.setSafeBrowsingWhitelist(whitelist, new ValueCallback<Boolean>() {
220 assertNotNull(WebViewCompat
[all...]
H A DWebViewOnUiThread.java125 return WebViewCompat.createWebMessageChannel(mWebView);
134 WebViewCompat.postWebMessage(mWebView, message, targetOrigin);
254 final WebViewCompat.VisualStateCallback callback) {
258 WebViewCompat.postVisualStateCallback(mWebView, requestId, callback);
/frameworks/support/webkit/src/main/java/androidx/webkit/
H A DWebViewCompat.java48 public class WebViewCompat { class
52 private WebViewCompat() {} // Don't allow instances of this class to be constructed. method in class:WebViewCompat

Completed in 62 milliseconds