Loading core/java/android/webkit/WebView.java +8 −0 Original line number Diff line number Diff line Loading @@ -3061,6 +3061,13 @@ public class WebView extends AbsoluteLayout return mContentWidth; } /** * @hide */ public int getPageBackgroundColor() { return nativeGetBackgroundColor(); } /** * Pause all layout, parsing, and JavaScript timers for all webviews. This * is a global requests, not restricted to just this webview. This can be Loading Loading @@ -9216,4 +9223,5 @@ public class WebView extends AbsoluteLayout * @return True if the layer is successfully scrolled. */ private native boolean nativeScrollLayer(int layer, int newX, int newY); private native int nativeGetBackgroundColor(); } Loading
core/java/android/webkit/WebView.java +8 −0 Original line number Diff line number Diff line Loading @@ -3061,6 +3061,13 @@ public class WebView extends AbsoluteLayout return mContentWidth; } /** * @hide */ public int getPageBackgroundColor() { return nativeGetBackgroundColor(); } /** * Pause all layout, parsing, and JavaScript timers for all webviews. This * is a global requests, not restricted to just this webview. This can be Loading Loading @@ -9216,4 +9223,5 @@ public class WebView extends AbsoluteLayout * @return True if the layer is successfully scrolled. */ private native boolean nativeScrollLayer(int layer, int newX, int newY); private native int nativeGetBackgroundColor(); }