Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a7045f59 authored by Selim Gurun's avatar Selim Gurun Committed by Android (Google) Code Review
Browse files

Merge "Hide onMovedToDisplay for WebView" into oc-dev

parents a896d6ab 5544f6c6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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();
+0 −1
Original line number Diff line number Diff line
@@ -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();
+0 −1
Original line number Diff line number Diff line
@@ -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();
+1 −0
Original line number Diff line number Diff line
@@ -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);