Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsControllerTests.java139 assumeFalse(isCar() && remoteInsetsControllerControlsSystemBars()); in testHide()
159 assumeFalse(isCar() && remoteInsetsControllerControlsSystemBars()); in testShow()
208 assumeFalse(isCar() && remoteInsetsControllerControlsSystemBars()); in testTopAppHidesStatusBarByMethod()
219 assumeFalse(isCar() && remoteInsetsControllerControlsSystemBars()); in testTopAppHidesStatusBarByWindowFlag()
230 assumeFalse(isCar() && remoteInsetsControllerControlsSystemBars()); in testTopAppHidesStatusBarBySystemUiFlag()
348 assumeFalse(isCar() && remoteInsetsControllerControlsSystemBars()); in testSetSystemBarsBehavior_default()
378 assumeFalse(isCar() && remoteInsetsControllerControlsSystemBars()); in testSetSystemBarsBehavior_showTransientBarsBySwipe()
461 assumeFalse(isCar() && remoteInsetsControllerControlsSystemBars()); in testSystemUiVisibilityCallbackCausedByInsets()
492 assumeFalse(isCar() && remoteInsetsControllerControlsSystemBars()); in testSysUiVisCallbackCausedByInsets()
541 assumeFalse(isCar() && remoteInsetsControllerControlsSystemBars()); in testSetSystemUiVisibilityAfterCleared_showBarsBySwipe()
[all …]
DForceRelayoutTestBase.java60 assumeFalse(isCar() && remoteInsetsControllerControlsSystemBars()); in testRelayoutWhenInsetsChange()
128 private static boolean remoteInsetsControllerControlsSystemBars() { in remoteInsetsControllerControlsSystemBars() method in ForceRelayoutTestBase
DWindowInsetsAnimationTests.java75 assumeFalse(isCar() && remoteInsetsControllerControlsSystemBars()); in setup()
DWindowInsetsPolicyTest.java192 assumeFalse(isCar() && remoteInsetsControllerControlsSystemBars()); in testImmersiveFullscreenHidesSystemBars()
DWindowInsetsAnimationControllerTests.java165 isCar() && (mType == ime() || remoteInsetsControllerControlsSystemBars())); in setUpWindowInsetsAnimationControllerTests()
/cts/tests/framework/base/windowmanager/src/android/server/wm/display/
DDisplayTests.java76 remoteInsetsControllerControlsSystemBars()); in testRemoteInsetsControllerNotControlSystemBarsForNonAutoDevies()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java1531 protected static boolean remoteInsetsControllerControlsSystemBars() { in remoteInsetsControllerControlsSystemBars() method in ActivityManagerTestBase