Merge "Hide onMovedToDisplay for WebView" into oc-dev

This commit is contained in:
Selim Gurun
2017-04-28 01:20:25 +00:00
committed by Android (Google) Code Review
4 changed files with 1 additions and 3 deletions

View File

@@ -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();

View File

@@ -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();

View File

@@ -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();

View File

@@ -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);