blob: 7a3fe25cc6d428daf1a91e1ea3e4210f181fd6d7 [file] [log] [blame]
package androidx.webkit {
public class WebSettingsCompat {
method public static int getDisabledActionModeMenuItems(android.webkit.WebSettings);
method public static boolean getOffscreenPreRaster(android.webkit.WebSettings);
method public static boolean getSafeBrowsingEnabled(android.webkit.WebSettings);
method public static void setDisabledActionModeMenuItems(android.webkit.WebSettings, int);
method public static void setOffscreenPreRaster(android.webkit.WebSettings, boolean);
method public static void setSafeBrowsingEnabled(android.webkit.WebSettings, boolean);
}
public class WebViewCompat {
method public static void postVisualStateCallback(android.webkit.WebView, long, androidx.webkit.WebViewCompat.VisualStateCallback);
}
public static abstract interface WebViewCompat.VisualStateCallback {
method public abstract void onComplete(long);
}
}