Home
last modified time | relevance | path

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

/core/core/src/main/java/androidx/core/view/
DWindowInsetsControllerCompat.java627 final WindowInsetsController mInsetsController; field in WindowInsetsControllerCompat.Impl30
646 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 …]