Loading api/current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -48932,7 +48932,6 @@ package android.webkit { method public deprecated void onChildViewAdded(android.view.View, android.view.View); method public deprecated void onChildViewRemoved(android.view.View, android.view.View); method public deprecated void onGlobalFocusChanged(android.view.View, android.view.View); method public void onMovedToDisplay(int, android.content.res.Configuration); method public void onPause(); method public void onResume(); method public deprecated boolean overlayHorizontalScrollbar(); api/system-current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -52614,7 +52614,6 @@ package android.webkit { method public deprecated void onChildViewAdded(android.view.View, android.view.View); method public deprecated void onChildViewRemoved(android.view.View, android.view.View); method public deprecated void onGlobalFocusChanged(android.view.View, android.view.View); method public void onMovedToDisplay(int, android.content.res.Configuration); method public void onPause(); method public void onResume(); method public deprecated boolean overlayHorizontalScrollbar(); api/test-current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -49311,7 +49311,6 @@ package android.webkit { method public deprecated void onChildViewAdded(android.view.View, android.view.View); method public deprecated void onChildViewRemoved(android.view.View, android.view.View); method public deprecated void onGlobalFocusChanged(android.view.View, android.view.View); method public void onMovedToDisplay(int, android.content.res.Configuration); method public void onPause(); method public void onResume(); method public deprecated boolean overlayHorizontalScrollbar(); core/java/android/webkit/WebView.java +1 −0 Original line number Diff line number Diff line Loading @@ -2508,6 +2508,7 @@ public class WebView extends AbsoluteLayout super.onDetachedFromWindowInternal(); } /** @hide */ @Override public void onMovedToDisplay(int displayId, Configuration config) { mProvider.getViewDelegate().onMovedToDisplay(displayId, config); Loading Loading
api/current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -48932,7 +48932,6 @@ package android.webkit { method public deprecated void onChildViewAdded(android.view.View, android.view.View); method public deprecated void onChildViewRemoved(android.view.View, android.view.View); method public deprecated void onGlobalFocusChanged(android.view.View, android.view.View); method public void onMovedToDisplay(int, android.content.res.Configuration); method public void onPause(); method public void onResume(); method public deprecated boolean overlayHorizontalScrollbar();
api/system-current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -52614,7 +52614,6 @@ package android.webkit { method public deprecated void onChildViewAdded(android.view.View, android.view.View); method public deprecated void onChildViewRemoved(android.view.View, android.view.View); method public deprecated void onGlobalFocusChanged(android.view.View, android.view.View); method public void onMovedToDisplay(int, android.content.res.Configuration); method public void onPause(); method public void onResume(); method public deprecated boolean overlayHorizontalScrollbar();
api/test-current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -49311,7 +49311,6 @@ package android.webkit { method public deprecated void onChildViewAdded(android.view.View, android.view.View); method public deprecated void onChildViewRemoved(android.view.View, android.view.View); method public deprecated void onGlobalFocusChanged(android.view.View, android.view.View); method public void onMovedToDisplay(int, android.content.res.Configuration); method public void onPause(); method public void onResume(); method public deprecated boolean overlayHorizontalScrollbar();
core/java/android/webkit/WebView.java +1 −0 Original line number Diff line number Diff line Loading @@ -2508,6 +2508,7 @@ public class WebView extends AbsoluteLayout super.onDetachedFromWindowInternal(); } /** @hide */ @Override public void onMovedToDisplay(int displayId, Configuration config) { mProvider.getViewDelegate().onMovedToDisplay(displayId, config); Loading