Home
last modified time | relevance | path

Searched refs:getControlsForDispatch (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DInsetsPolicyTest.java144 = mDisplayContent.getInsetsStateController().getControlsForDispatch(notifShade); in testControlsForDispatch_statusBarForceShowNavigation_butFocusedAnyways()
190 mDisplayContent.getInsetsStateController().getControlsForDispatch(dialog); in testControlsForDispatch_topAppHidesStatusBar()
197 mDisplayContent.getInsetsStateController().getControlsForDispatch(fullscreenApp); in testControlsForDispatch_topAppHidesStatusBar()
225 mDisplayContent.getInsetsStateController().getControlsForDispatch(panel); in testControlsForDispatch_topAppHidesStatusBar()
237 panelControls = mDisplayContent.getInsetsStateController().getControlsForDispatch(panel); in testControlsForDispatch_topAppHidesStatusBar()
247 panelControls = mDisplayContent.getInsetsStateController().getControlsForDispatch(panel); in testControlsForDispatch_topAppHidesStatusBar()
281 mDisplayContent.getInsetsStateController().getControlsForDispatch(mAppWindow); in testShowTransientBars_bothCanBeTransient_appGetsBothFakeControls()
309 mDisplayContent.getInsetsStateController().getControlsForDispatch(mAppWindow); in testShowTransientBars_statusBarCanBeTransient_appGetsStatusBarFakeControl()
342 mDisplayContent.getInsetsStateController().getControlsForDispatch(mAppWindow); in testAbortTransientBars_bothCanBeAborted_appGetsBothRealControls()
367 controls = mDisplayContent.getInsetsStateController().getControlsForDispatch(mAppWindow); in testAbortTransientBars_bothCanBeAborted_appGetsBothRealControls()
[all …]
DInsetsStateControllerTest.java327 InsetsSourceControl[] controls = getController().getControlsForDispatch(app); in testBarControllingWinChanged()
338 assertNotNull(getController().getControlsForDispatch(app)); in testControlRevoked()
340 assertNull(getController().getControlsForDispatch(app)); in testControlRevoked()
350 assertNotNull(getController().getControlsForDispatch(app)); in testControlRevoked_animation()
352 assertNull(getController().getControlsForDispatch(app)); in testControlRevoked_animation()
361 assertNull(getController().getControlsForDispatch(app)); in testControlTargetChangedWhileProviderHasNoWindow()
363 assertNotNull(getController().getControlsForDispatch(app)); in testControlTargetChangedWhileProviderHasNoWindow()
/frameworks/base/services/core/java/com/android/server/wm/
DInsetsStateController.java76 InsetsSourceControl[] controls = getControlsForDispatch(this);
99 @Nullable InsetsSourceControl[] getControlsForDispatch(InsetsControlTarget target) { in getControlsForDispatch() method in InsetsStateController
DInsetsPolicy.java742 mInsetsController.onControlsChanged(mStateController.getControlsForDispatch(this)); in run()
DWindowState.java3695 getDisplayContent().getInsetsStateController().getControlsForDispatch(this); in fillInsetsSourceControls()
DDisplayContent.java7070 stateController.getControlsForDispatch(this)); in notifyInsetsControlChanged()
/frameworks/base/services/
Dart-wear-profile27429 HPLcom/android/server/wm/InsetsStateController;->getControlsForDispatch(Lcom/android/server/wm/Inse…