Home
last modified time | relevance | path

Searched refs:getControllableInsetProvider (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DInsetsPolicyTest.java299 final InsetsSourceProvider statusBarProvider = statusBar.getControllableInsetProvider(); in testShowTransientBars_bothCanBeTransient_appGetsBothFakeControls()
304 final InsetsSourceProvider navBarProvider = statusBar.getControllableInsetProvider(); in testShowTransientBars_bothCanBeTransient_appGetsBothFakeControls()
340 addStatusBar().getControllableInsetProvider().getSource().setVisible(false); in testShowTransientBars_statusBarCanBeTransient_appGetsStatusBarFakeControl()
341 addNavigationBar().getControllableInsetProvider().setServerVisible(true); in testShowTransientBars_statusBarCanBeTransient_appGetsStatusBarFakeControl()
370 addStatusBar().getControllableInsetProvider().getSource(); in testAbortTransientBars_bothCanBeAborted_appGetsBothRealControls()
372 addNavigationBar().getControllableInsetProvider().getSource(); in testAbortTransientBars_bothCanBeAborted_appGetsBothRealControls()
420 addStatusBar().getControllableInsetProvider().getSource().setVisible(false); in testShowTransientBars_abortsWhenControlTargetChanges()
421 addNavigationBar().getControllableInsetProvider().getSource().setVisible(false); in testShowTransientBars_abortsWhenControlTargetChanges()
439 final InsetsSourceProvider statusBarProvider = statusBar.getControllableInsetProvider(); in testFakeControlTarget_overrideVisibilityReceivedByWindows()
DDisplayPolicyTests.java524 mImeWindow.getControllableInsetProvider().setServerVisible(true); in testImeInsetsGivenContentFrame()
547 final InsetsSourceProvider navBarProvider = mNavBarWindow.getControllableInsetProvider(); in testCanSystemBarsBeShownByUser()
572 final InsetsSourceProvider navBarProvider = mNavBarWindow.getControllableInsetProvider(); in testTransientBarsSuppressedOnDreams()
DDisplayPolicyLayoutTests.java220 final int statusBarId = mStatusBarWindow.getControllableInsetProvider().getSource().getId(); in testFixedRotationInsetsSourceFrame()
DInsetsStateControllerTest.java507 ime.getControllableInsetProvider().setServerVisible(true); in testUpdateAboveInsetsState_imeTargetOnScreenBehavior()
515 assertTrue(ime.getControllableInsetProvider().getSource().isVisible()); in testUpdateAboveInsetsState_imeTargetOnScreenBehavior()
DDisplayContentTests.java1641 final int statusBarId = mStatusBarWindow.getControllableInsetProvider().getSource().getId(); in testApplyTopFixedRotationTransform()
DTransitionTests.java1245 final InsetsSourceProvider navBarInsetsProvider = navBar.getControllableInsetProvider(); in testFixedRotationOpen()
/frameworks/base/services/core/java/com/android/server/wm/
DAsyncRotationController.java288 final InsetsSourceProvider insetsProvider = w.getControllableInsetProvider(); in finishOp()
DInsetsPolicy.java587 final InsetsSourceProvider provider = focusedWin.getControllableInsetProvider(); in getNavControlTargetInner()
DAccessibilityWindowsPopulator.java725 windowState.getControllableInsetProvider(); in initializeData()
DDisplayPolicy.java444 final InsetsSourceProvider provider = win.getControllableInsetProvider(); in DisplayPolicy()
2362 final InsetsSourceProvider provider = swipeTarget.getControllableInsetProvider();
2382 final InsetsSourceProvider sp = swipeTarget.getControllableInsetProvider();
DAccessibilityController.java1107 final InsetsSourceProvider provider = win.getControllableInsetProvider(); in getSystemBarInsetsFrame()
DWindowContainer.java524 InsetsSourceProvider getControllableInsetProvider() { in getControllableInsetProvider() method in WindowContainer
DTransition.java1711 final InsetsSourceProvider sourceProvider = imeWindow.getControllableInsetProvider(); in updateImeForVisibleTransientLaunch()
/frameworks/base/services/
Dart-wear-profile22787 PLcom/android/server/wm/WindowContainer;->getControllableInsetProvider()Lcom/android/server/wm/Inse…