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

Commit 80c6a73c authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "Hide onMovedToDisplay for WebView" into oc-dev am: a7045f59 am: 800ec5a3"

parents cabd6a79 70f9da4c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -48967,7 +48967,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
@@ -52650,7 +52650,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
@@ -49362,7 +49362,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);