Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DInsetsPolicyTest.java167 = mDisplayContent.getInsetsStateController().getControlsForDispatch(notifShade); in testControlsForDispatch_statusBarForceShowNavigation_butFocusedAnyways()
214 mDisplayContent.getInsetsStateController().getControlsForDispatch(dialog); in testControlsForDispatch_topAppHidesStatusBar()
221 mDisplayContent.getInsetsStateController().getControlsForDispatch(fullscreenApp); in testControlsForDispatch_topAppHidesStatusBar()
247 mDisplayContent.getInsetsStateController().getControlsForDispatch(mAppWindow); in testShowTransientBars_bothCanBeTransient_appGetsBothFakeControls()
275 mDisplayContent.getInsetsStateController().getControlsForDispatch(mAppWindow); in testShowTransientBars_statusBarCanBeTransient_appGetsStatusBarFakeControl()
304 mDisplayContent.getInsetsStateController().getControlsForDispatch(mAppWindow); in testAbortTransientBars_bothCanBeAborted_appGetsBothRealControls()
318 controls = mDisplayContent.getInsetsStateController().getControlsForDispatch(mAppWindow); in testAbortTransientBars_bothCanBeAborted_appGetsBothRealControls()
342 mDisplayContent.getInsetsStateController().getControlsForDispatch(app); in testShowTransientBars_abortsWhenControlTargetChanges()
366 return mDisplayContent.getInsetsStateController().getControlsForDispatch(win); in addWindowAndGetControlsForDispatch()
DInsetsStateControllerTest.java299 InsetsSourceControl[] controls = getController().getControlsForDispatch(app); in testBarControllingWinChanged()
309 assertNotNull(getController().getControlsForDispatch(app)); in testControlRevoked()
311 assertNull(getController().getControlsForDispatch(app)); in testControlRevoked()
320 assertNotNull(getController().getControlsForDispatch(app)); in testControlRevoked_animation()
322 assertNull(getController().getControlsForDispatch(app)); in testControlRevoked_animation()
/frameworks/base/services/core/java/com/android/server/wm/
DInsetsStateController.java81 InsetsSourceControl[] controls = getControlsForDispatch(this);
209 @Nullable InsetsSourceControl[] getControlsForDispatch(InsetsControlTarget target) { in getControlsForDispatch() method in InsetsStateController
DInsetsPolicy.java70 mStateController.getControlsForDispatch(this);
DDisplayContent.java5779 stateController.getControlsForDispatch(this)); in notifyInsetsControlChanged()
DWindowState.java3670 stateController.getControlsForDispatch(this)); in notifyInsetsControlChanged()
DWindowManagerService.java2454 win.getDisplayContent().getInsetsStateController().getControlsForDispatch(win); in getInsetsSourceControls()
/frameworks/base/services/
Dart-profile37156 HPLcom/android/server/wm/InsetsStateController;->getControlsForDispatch(Lcom/android/server/wm/Inse…