Searched refs:mInsetsController (Results 1 – 1 of 1) sorted by relevance
627 final WindowInsetsController mInsetsController; field in WindowInsetsControllerCompat.Impl30646 mInsetsController = insetsController; in Impl30()656 mInsetsController.show(types & ~WindowInsetsCompat.Type.IME); in show()664 mInsetsController.hide(types & ~WindowInsetsCompat.Type.IME); in hide()675 mInsetsController.setSystemBarsAppearance(0, 0); in isAppearanceLightStatusBars()676 return (mInsetsController.getSystemBarsAppearance() in isAppearanceLightStatusBars()687 mInsetsController.setSystemBarsAppearance( in setAppearanceLightStatusBars()695 mInsetsController.setSystemBarsAppearance( in setAppearanceLightStatusBars()709 mInsetsController.setSystemBarsAppearance(0, 0); in isAppearanceLightNavigationBars()710 return (mInsetsController.getSystemBarsAppearance() in isAppearanceLightNavigationBars()[all …]