Home
last modified time | relevance | path

Searched refs:targetFlags (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsBehaviorTests.java842 final int targetFlags = SYSTEM_UI_CLEARABLE_FLAGS & flags; in setSystemUiVisibility() local
845 if ((view.getSystemUiVisibility() & SYSTEM_UI_CLEARABLE_FLAGS) == targetFlags) { in setSystemUiVisibility()
851 if (visibility == targetFlags) { in setSystemUiVisibility()
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsControllerTests.java552 final int targetFlags = SYSTEM_UI_FLAG_IMMERSIVE | SYSTEM_UI_FLAG_FULLSCREEN; in testSetSystemUiVisibilityAfterCleared_showBarsBySwipe() local
558 rootView.setSystemUiVisibility(targetFlags); in testSetSystemUiVisibilityAfterCleared_showBarsBySwipe()
573 && rootView.getSystemUiVisibility() != targetFlags); in testSetSystemUiVisibilityAfterCleared_showBarsBySwipe()
579 rootView.setSystemUiVisibility(targetFlags); in testSetSystemUiVisibilityAfterCleared_showBarsBySwipe()