HomeSort by relevance Sort by last modified time
    Searched defs:VisualStateCallback (Results 1 - 4 of 4) sorted by null

  /frameworks/support/webkit/src/main/java/androidx/webkit/
WebViewCompat.java 58 public interface VisualStateCallback {
69 * Posts a {@link VisualStateCallback}, which will be called when
74 * {@link VisualStateCallback} provides a mechanism to notify the caller when the contents
78 * DOM up to the point at which the {@link VisualStateCallback} was posted, but it may
95 * after the {@link VisualStateCallback#onComplete} method has been called a set of
103 * {@link VisualStateCallback#onComplete} method.</li>
108 * {@link VisualStateCallback#onComplete} method.</li>
128 @NonNull final VisualStateCallback callback) {
133 new android.webkit.WebView.VisualStateCallback() {
  /frameworks/support/webkit/src/androidTest/java/androidx/webkit/
WebViewCompatTest.java 72 new WebViewCompat.VisualStateCallback() {
84 // Skip this test if VisualStateCallback is not supported.
88 new WebViewCompat.VisualStateCallback() {
  /frameworks/base/core/java/android/webkit/
WebView.java 429 public static abstract class VisualStateCallback {
    [all...]
  /prebuilts/sdk/26/
android.jar 

Completed in 61 milliseconds