/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | InsetsStateControllerTest.java | 235 verify(app, atLeastOnce()).notifyInsetsChanged(); in testStripForDispatch_imeOrderChanged() 410 verify(app, atLeastOnce()).notifyInsetsChanged(); in testUpdateAboveInsetsState_provideInsets() 432 verify(app, atLeastOnce()).notifyInsetsChanged(); in testUpdateAboveInsetsState_receiveInsets() 453 verify(mDisplayContent).notifyInsetsChanged(any()); in testUpdateAboveInsetsState_zOrderChanged() 479 verify(ime, atLeastOnce()).notifyInsetsChanged(); in testUpdateAboveInsetsState_zOrderChanged() 480 verify(app, atLeastOnce()).notifyInsetsChanged(); in testUpdateAboveInsetsState_zOrderChanged() 481 verify(statusBar, atLeastOnce()).notifyInsetsChanged(); in testUpdateAboveInsetsState_zOrderChanged() 482 verify(navBar, atLeastOnce()).notifyInsetsChanged(); in testUpdateAboveInsetsState_zOrderChanged() 505 verify(app, atLeastOnce()).notifyInsetsChanged(); in testUpdateAboveInsetsState_imeTargetOnScreenBehavior() 513 verify(app, atLeastOnce()).notifyInsetsChanged(); in testUpdateAboveInsetsState_imeTargetOnScreenBehavior() [all …]
|
D | WindowStateTests.java | 1070 mDisplayContent.getInsetsStateController().notifyInsetsChanged(); in testSetFreezeInsetsState() 1071 verify(app, never()).notifyInsetsChanged(); in testSetFreezeInsetsState() 1076 mDisplayContent.getInsetsStateController().notifyInsetsChanged(); in testSetFreezeInsetsState() 1077 verify(app).notifyInsetsChanged(); in testSetFreezeInsetsState() 1085 mDisplayContent.getInsetsStateController().notifyInsetsChanged(); in testSetFreezeInsetsState()
|
D | DisplayContentTests.java | 1627 mDisplayContent.getInsetsStateController().notifyInsetsChanged(); in testApplyTopFixedRotationTransform()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InsetsStateController.java | 70 w.notifyInsetsChanged(); 161 notifyInsetsChanged(); in setForcedConsumingTypes() 176 notifyInsetsChanged(); in onPostLayout() 226 notifyInsetsChanged(); in onRequestedVisibleTypesChanged() 365 notifyInsetsChanged(); in notifyControlChanged() 406 void notifyInsetsChanged() { in notifyInsetsChanged() method in InsetsStateController 407 mDisplayContent.notifyInsetsChanged(mDispatchInsetsChanged); in notifyInsetsChanged()
|
D | InsetsPolicy.java | 771 public void notifyInsetsChanged() { } in notifyInsetsChanged() method in InsetsPolicy.Host
|
D | DisplayContent.java | 2145 void notifyInsetsChanged(Consumer<WindowState> dispatchInsetsChanged) { in notifyInsetsChanged() method in DisplayContent 2158 mRemoteInsetsControlTarget.notifyInsetsChanged(); in notifyInsetsChanged() 7056 void notifyInsetsChanged() { in notifyInsetsChanged() method in RemoteInsetsControlTarget
|
D | DisplayPolicy.java | 1514 win.notifyInsetsChanged();
|
D | WindowState.java | 3819 void notifyInsetsChanged() { in notifyInsetsChanged() method in WindowState
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | InsetsControllerTest.java | 860 verify(mTestHost, times(1)).notifyInsetsChanged(); in testInsetsChangedCount_controlSystemBars() 866 verify(mTestHost, never()).notifyInsetsChanged(); in testInsetsChangedCount_controlSystemBars() 871 verify(mTestHost, times(1)).notifyInsetsChanged(); in testInsetsChangedCount_controlSystemBars() 877 verify(mTestHost, never()).notifyInsetsChanged(); in testInsetsChangedCount_controlSystemBars() 889 verify(mTestHost, times(1)).notifyInsetsChanged(); in testInsetsChangedCount_controlIme() 895 verify(mTestHost, never()).notifyInsetsChanged(); in testInsetsChangedCount_controlIme() 900 verify(mTestHost, times(1)).notifyInsetsChanged(); in testInsetsChangedCount_controlIme() 906 verify(mTestHost, never()).notifyInsetsChanged(); in testInsetsChangedCount_controlIme() 920 verify(mTestHost, times(1)).notifyInsetsChanged(); in testInsetsChangedCount_onStateChanged() 927 verify(mTestHost, times(1)).notifyInsetsChanged(); in testInsetsChangedCount_onStateChanged() [all …]
|
/frameworks/base/core/java/android/view/ |
D | ViewRootInsetsControllerHost.java | 53 public void notifyInsetsChanged() { in notifyInsetsChanged() method in ViewRootInsetsControllerHost 54 mViewRoot.notifyInsetsChanged(); in notifyInsetsChanged()
|
D | ImeBackAnimationController.java | 215 mInsetsController.getHost().notifyInsetsChanged(); in startPostCommitAnim()
|
D | InsetsController.java | 98 void notifyInsetsChanged(); in notifyInsetsChanged() method 842 mHost.notifyInsetsChanged(); in onFrameChanged() 876 mHost.notifyInsetsChanged(); in onStateChanged() 1851 mHost.notifyInsetsChanged(); in notifyVisibilityChanged() 2125 mHost.notifyInsetsChanged(); in setImeCaptionBarInsetsHeight()
|
D | ViewRootImpl.java | 2442 void notifyInsetsChanged() { in notifyInsetsChanged() method in ViewRootImpl
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarContentInsetsProvider.kt | 124 notifyInsetsChanged() in <lambda>() 129 notifyInsetsChanged() in <lambda>() 132 private fun notifyInsetsChanged() { in <lambda>() method 332 notifyInsetsChanged() in <lambda>()
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 18173 HSPLandroid/view/ViewRootImpl;->notifyInsetsChanged()V 18259 HSPLandroid/view/ViewRootInsetsControllerHost;->notifyInsetsChanged()V
|
/frameworks/base/services/ |
D | art-wear-profile | 26885 PLcom/android/server/wm/DisplayContent;->notifyInsetsChanged(Ljava/util/function/Consumer;)V 27437 PLcom/android/server/wm/InsetsStateController;->notifyInsetsChanged()V
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 18237 HSPLandroid/view/ViewRootImpl;->notifyInsetsChanged()V 18323 HSPLandroid/view/ViewRootInsetsControllerHost;->notifyInsetsChanged()V
|