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

Commit 800ec5a3 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

Change-Id: I1f8bba3810c1945c38c33b38ace0a327b6c404f4
parents 105ff339 a7045f59
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -48933,7 +48933,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
@@ -52615,7 +52615,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
@@ -49328,7 +49328,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);