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

Commit 70f9da4c authored by Selim Gurun's avatar Selim Gurun Committed by android-build-merger
Browse files

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

am: 800ec5a3

Change-Id: Ib160e5841d502f5c2802052d44f4001d5cf4e95e
parents 8682dd21 800ec5a3
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);