Home
last modified time | relevance | path

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

/cts/tests/tests/gameservice/CtsGameServiceSystemBarVerifier/src/android/service/games/cts/systembarverifier/
DMainActivity.java37 final WindowInsetsController windowInsetsController = button.getWindowInsetsController(); in onCreate() local
38 windowInsetsController.setSystemBarsBehavior( in onCreate()
40 windowInsetsController.hide(WindowInsets.Type.systemBars()); in onCreate()
43 windowInsetsController.setSystemBarsBehavior(WindowInsetsController.BEHAVIOR_DEFAULT); in onCreate()
44 windowInsetsController.show(WindowInsets.Type.systemBars()); in onCreate()
/cts/tests/tests/gameservice/CtsGameServiceGame/src/android/service/games/cts/game/
DMainActivity.java35 WindowInsetsController windowInsetsController = textView.getWindowInsetsController(); in onCreate() local
36 windowInsetsController.setSystemBarsBehavior( in onCreate()
39 windowInsetsController.hide(WindowInsets.Type.systemBars()); in onCreate()
/cts/tests/tests/gameservice/CtsGameServiceTouchVerifier/src/android/service/games/cts/touchverifier/
DMainActivity.java46 WindowInsetsController windowInsetsController = rootView.getWindowInsetsController(); in onCreate() local
47 windowInsetsController.setSystemBarsBehavior( in onCreate()
50 windowInsetsController.hide(WindowInsets.Type.systemBars()); in onCreate()
/cts/tests/tests/media/common/src/android/media/cts/
DMediaStubActivity.java172 WindowInsetsController windowInsetsController = surfaceV.getWindowInsetsController(); in hideSystemBars() local
173 if (windowInsetsController == null) { in hideSystemBars()
177 windowInsetsController.setSystemBarsBehavior( in hideSystemBars()
180 windowInsetsController.hide(WindowInsets.Type.systemBars()); in hideSystemBars()
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DTestActivity.java47 WindowInsetsController windowInsetsController = getWindow().getInsetsController(); in onCreate() local
48 windowInsetsController.hide(sTypeMask); in onCreate()
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/
DSnapshotTaskTests.java176 WindowInsetsController windowInsetsController = getWindow().getInsetsController(); in onCreate() local
177 windowInsetsController.hide( in onCreate()
/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/
DCapturedActivity.java115 WindowInsetsController windowInsetsController = getWindow().getInsetsController(); in onCreate() local
116 windowInsetsController.hide( in onCreate()