Home
last modified time | relevance | path

Searched refs:systemUiVisibility (Results 1 – 4 of 4) sorted by relevance

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java429 final int systemUiVisibility = mSettings.getInputViewSystemUiVisibility(0); in KeyboardLayoutView() local
430 if (systemUiVisibility != 0) { in KeyboardLayoutView()
431 setSystemUiVisibility(systemUiVisibility); in KeyboardLayoutView()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DDrawActivity.kt83 window.decorView.systemUiVisibility = View.SYSTEM_UI_FLAG_HIDE_NAVIGATION or in hashCode()
/cts/tests/tests/uirendering27/src/android/uirendering/cts/testinfrastructure/
DDrawActivity.kt83 window.decorView.systemUiVisibility = View.SYSTEM_UI_FLAG_HIDE_NAVIGATION or in hashCode()
/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsBehaviorTests.java749 int systemUiVisibility) throws Throwable { in testSystemGestureExclusionLimit() argument
753 setSystemUiVisibility(systemUiVisibility); in testSystemGestureExclusionLimit()