Loading api/current.txt +1 −2 Original line number Diff line number Diff line Loading @@ -3682,7 +3682,6 @@ package android.app { method public void onLowMemory(); method public boolean onMenuItemSelected(int, android.view.MenuItem); method public boolean onMenuOpened(int, android.view.Menu); method public void onMovedToDisplay(int, android.content.res.Configuration); method public void onMultiWindowModeChanged(boolean, android.content.res.Configuration); method public deprecated void onMultiWindowModeChanged(boolean); method public boolean onNavigateUp(); Loading Loading @@ -45609,7 +45608,6 @@ package android.view { method public boolean onKeyUp(int, android.view.KeyEvent); method protected void onLayout(boolean, int, int, int, int); method protected void onMeasure(int, int); method public void onMovedToDisplay(int, android.content.res.Configuration); method protected void onOverScrolled(int, int, boolean, boolean); method public void onPointerCaptureChange(boolean); method public void onPopulateAccessibilityEvent(android.view.accessibility.AccessibilityEvent); Loading Loading @@ -48954,6 +48952,7 @@ 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(); api/system-current.txt +1 −2 Original line number Diff line number Diff line Loading @@ -3815,7 +3815,6 @@ package android.app { method public void onLowMemory(); method public boolean onMenuItemSelected(int, android.view.MenuItem); method public boolean onMenuOpened(int, android.view.Menu); method public void onMovedToDisplay(int, android.content.res.Configuration); method public void onMultiWindowModeChanged(boolean, android.content.res.Configuration); method public deprecated void onMultiWindowModeChanged(boolean); method public boolean onNavigateUp(); Loading Loading @@ -49193,7 +49192,6 @@ package android.view { method public boolean onKeyUp(int, android.view.KeyEvent); method protected void onLayout(boolean, int, int, int, int); method protected void onMeasure(int, int); method public void onMovedToDisplay(int, android.content.res.Configuration); method protected void onOverScrolled(int, int, boolean, boolean); method public void onPointerCaptureChange(boolean); method public void onPopulateAccessibilityEvent(android.view.accessibility.AccessibilityEvent); Loading Loading @@ -52635,6 +52633,7 @@ 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(); api/test-current.txt +1 −2 Original line number Diff line number Diff line Loading @@ -3684,7 +3684,6 @@ package android.app { method public void onLowMemory(); method public boolean onMenuItemSelected(int, android.view.MenuItem); method public boolean onMenuOpened(int, android.view.Menu); method public void onMovedToDisplay(int, android.content.res.Configuration); method public void onMultiWindowModeChanged(boolean, android.content.res.Configuration); method public deprecated void onMultiWindowModeChanged(boolean); method public boolean onNavigateUp(); Loading Loading @@ -45977,7 +45976,6 @@ package android.view { method public boolean onKeyUp(int, android.view.KeyEvent); method protected void onLayout(boolean, int, int, int, int); method protected void onMeasure(int, int); method public void onMovedToDisplay(int, android.content.res.Configuration); method protected void onOverScrolled(int, int, boolean, boolean); method public void onPointerCaptureChange(boolean); method public void onPopulateAccessibilityEvent(android.view.accessibility.AccessibilityEvent); Loading Loading @@ -49333,6 +49331,7 @@ 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(); core/java/android/app/Activity.java +1 −0 Original line number Diff line number Diff line Loading @@ -2172,6 +2172,7 @@ public class Activity extends ContextThemeWrapper * * @see #onConfigurationChanged(Configuration) * @see View#onMovedToDisplay(int, Configuration) * @hide */ public void onMovedToDisplay(int displayId, Configuration config) { } Loading core/java/android/view/View.java +1 −0 Original line number Diff line number Diff line Loading @@ -16577,6 +16577,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, * @param config Configuration of the resources on new display after move. * * @see #onConfigurationChanged(Configuration) * @hide */ public void onMovedToDisplay(int displayId, Configuration config) { } Loading
api/current.txt +1 −2 Original line number Diff line number Diff line Loading @@ -3682,7 +3682,6 @@ package android.app { method public void onLowMemory(); method public boolean onMenuItemSelected(int, android.view.MenuItem); method public boolean onMenuOpened(int, android.view.Menu); method public void onMovedToDisplay(int, android.content.res.Configuration); method public void onMultiWindowModeChanged(boolean, android.content.res.Configuration); method public deprecated void onMultiWindowModeChanged(boolean); method public boolean onNavigateUp(); Loading Loading @@ -45609,7 +45608,6 @@ package android.view { method public boolean onKeyUp(int, android.view.KeyEvent); method protected void onLayout(boolean, int, int, int, int); method protected void onMeasure(int, int); method public void onMovedToDisplay(int, android.content.res.Configuration); method protected void onOverScrolled(int, int, boolean, boolean); method public void onPointerCaptureChange(boolean); method public void onPopulateAccessibilityEvent(android.view.accessibility.AccessibilityEvent); Loading Loading @@ -48954,6 +48952,7 @@ 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();
api/system-current.txt +1 −2 Original line number Diff line number Diff line Loading @@ -3815,7 +3815,6 @@ package android.app { method public void onLowMemory(); method public boolean onMenuItemSelected(int, android.view.MenuItem); method public boolean onMenuOpened(int, android.view.Menu); method public void onMovedToDisplay(int, android.content.res.Configuration); method public void onMultiWindowModeChanged(boolean, android.content.res.Configuration); method public deprecated void onMultiWindowModeChanged(boolean); method public boolean onNavigateUp(); Loading Loading @@ -49193,7 +49192,6 @@ package android.view { method public boolean onKeyUp(int, android.view.KeyEvent); method protected void onLayout(boolean, int, int, int, int); method protected void onMeasure(int, int); method public void onMovedToDisplay(int, android.content.res.Configuration); method protected void onOverScrolled(int, int, boolean, boolean); method public void onPointerCaptureChange(boolean); method public void onPopulateAccessibilityEvent(android.view.accessibility.AccessibilityEvent); Loading Loading @@ -52635,6 +52633,7 @@ 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();
api/test-current.txt +1 −2 Original line number Diff line number Diff line Loading @@ -3684,7 +3684,6 @@ package android.app { method public void onLowMemory(); method public boolean onMenuItemSelected(int, android.view.MenuItem); method public boolean onMenuOpened(int, android.view.Menu); method public void onMovedToDisplay(int, android.content.res.Configuration); method public void onMultiWindowModeChanged(boolean, android.content.res.Configuration); method public deprecated void onMultiWindowModeChanged(boolean); method public boolean onNavigateUp(); Loading Loading @@ -45977,7 +45976,6 @@ package android.view { method public boolean onKeyUp(int, android.view.KeyEvent); method protected void onLayout(boolean, int, int, int, int); method protected void onMeasure(int, int); method public void onMovedToDisplay(int, android.content.res.Configuration); method protected void onOverScrolled(int, int, boolean, boolean); method public void onPointerCaptureChange(boolean); method public void onPopulateAccessibilityEvent(android.view.accessibility.AccessibilityEvent); Loading Loading @@ -49333,6 +49331,7 @@ 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();
core/java/android/app/Activity.java +1 −0 Original line number Diff line number Diff line Loading @@ -2172,6 +2172,7 @@ public class Activity extends ContextThemeWrapper * * @see #onConfigurationChanged(Configuration) * @see View#onMovedToDisplay(int, Configuration) * @hide */ public void onMovedToDisplay(int displayId, Configuration config) { } Loading
core/java/android/view/View.java +1 −0 Original line number Diff line number Diff line Loading @@ -16577,6 +16577,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, * @param config Configuration of the resources on new display after move. * * @see #onConfigurationChanged(Configuration) * @hide */ public void onMovedToDisplay(int displayId, Configuration config) { }