Searched refs:insetsController (Results 1 – 6 of 6) sorted by relevance
48 WindowInsetsController insetsController = activity.getWindow().getDecorView()50 if (insetsController == null) {55 insetsController.hide(WindowInsets.Type.navigationBars());
229 WindowInsetsController insetsController = window.getInsetsController(); in initWindow() local230 if (insetsController != null) { in initWindow()231 insetsController.setAnimationsDisabled(true); in initWindow()232 insetsController.hide(WindowInsets.Type.statusBars() in initWindow()
161 WindowInsetsController insetsController = window.getInsetsController(); in hideSystemBars() local162 if (insetsController != null) { in hideSystemBars()163 insetsController.hide(WindowInsets.Type.statusBars() in hideSystemBars()
134 WindowInsetsController insetsController = window == null in onCreate() local137 if (insetsController != null) { in onCreate()138 insetsController.setSystemBarsAppearance(systemBarsAppearance, systemBarsMask); in onCreate()
334 WindowInsetsController insetsController = getWindow().getDecorView() in hideSystemUi() local336 if (insetsController == null) { in hideSystemUi()341 insetsController.hide(WindowInsets.Type.navigationBars()); in hideSystemUi()
887 WindowInsetsController insetsController = getWindowInsetsController(); in onDragStart() local888 if (insetsController != null) { in onDragStart()889 insetsController.hide(WindowInsets.Type.ime()); in onDragStart()