Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DInsetsPolicyTest.java158 = mDisplayContent.getInsetsStateController().getControlsForDispatch(notifShade); in testControlsForDispatch_statusBarForceShowNavigation_butFocusedAnyways()
206 mDisplayContent.getInsetsStateController().getControlsForDispatch(dialog); in testControlsForDispatch_topAppHidesStatusBar()
213 mDisplayContent.getInsetsStateController().getControlsForDispatch(fullscreenApp); in testControlsForDispatch_topAppHidesStatusBar()
242 mDisplayContent.getInsetsStateController().getControlsForDispatch(panel); in testControlsForDispatch_topAppHidesStatusBar()
254 panelControls = mDisplayContent.getInsetsStateController().getControlsForDispatch(panel); in testControlsForDispatch_topAppHidesStatusBar()
264 panelControls = mDisplayContent.getInsetsStateController().getControlsForDispatch(panel); in testControlsForDispatch_topAppHidesStatusBar()
298 mDisplayContent.getInsetsStateController().getControlsForDispatch(mAppWindow); in testShowTransientBars_bothCanBeTransient_appGetsBothFakeControls()
327 mDisplayContent.getInsetsStateController().getControlsForDispatch(mAppWindow); in testShowTransientBars_statusBarCanBeTransient_appGetsStatusBarFakeControl()
360 mDisplayContent.getInsetsStateController().getControlsForDispatch(mAppWindow); in testAbortTransientBars_bothCanBeAborted_appGetsBothRealControls()
411 mDisplayContent.getInsetsStateController().getControlsForDispatch(app); in testShowTransientBars_abortsWhenControlTargetChanges()
[all …]
H A DInsetsStateControllerTest.java295 InsetsSourceControl[] controls = getController().getControlsForDispatch(app); in testBarControllingWinChanged()
305 assertNotNull(getController().getControlsForDispatch(app)); in testControlRevoked()
307 assertNull(getController().getControlsForDispatch(app)); in testControlRevoked()
316 assertNotNull(getController().getControlsForDispatch(app)); in testControlRevoked_animation()
318 assertNull(getController().getControlsForDispatch(app)); in testControlRevoked_animation()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DInsetsStateController.java88 InsetsSourceControl[] controls = getControlsForDispatch(this);
238 @Nullable InsetsSourceControl[] getControlsForDispatch(InsetsControlTarget target) { in getControlsForDispatch() method in InsetsStateController
H A DInsetsPolicy.java78 mStateController.getControlsForDispatch(this);
H A DWindowState.java4038 stateController.getControlsForDispatch(this), in notifyInsetsControlChanged()
H A DDisplayContent.java6462 stateController.getControlsForDispatch(this)); in notifyInsetsControlChanged()
H A DWindowManagerService.java2552 win.getDisplayContent().getInsetsStateController().getControlsForDispatch(win); in getInsetsSourceControls()
/aosp12/frameworks/base/services/
H A Dart-profile46780 HSPLcom/android/server/wm/InsetsStateController;->getControlsForDispatch(Lcom/android/server/wm/Ins…