Searched refs:windowInsetsController (Results 1 – 8 of 8) sorted by relevance
202 private val windowInsetsController = window?.let { WindowCompat.getInsetsController(it, view) } in <lambda>() constant213 darkIcons && windowInsetsController?.isAppearanceLightStatusBars != true -> { in setStatusBarColor()234 darkIcons && windowInsetsController?.isAppearanceLightNavigationBars != true -> { in setNavigationBarColor()251 windowInsetsController?.show(WindowInsetsCompat.Type.statusBars())253 windowInsetsController?.hide(WindowInsetsCompat.Type.statusBars())264 windowInsetsController?.show(WindowInsetsCompat.Type.navigationBars())266 windowInsetsController?.hide(WindowInsetsCompat.Type.navigationBars())271 get() = windowInsetsController?.isAppearanceLightStatusBars == true273 windowInsetsController?.isAppearanceLightStatusBars = value277 get() = windowInsetsController?.isAppearanceLightNavigationBars == true[all …]
65 WindowInsetsControllerCompat windowInsetsController = in hideSystemBars() local67 if (windowInsetsController == null) { in hideSystemBars()71 windowInsetsController.setSystemBarsBehavior( in hideSystemBars()75 windowInsetsController.hide(WindowInsetsCompat.Type.systemBars()); in hideSystemBars()
101 WindowInsetsController windowInsetsController = mEditText.getWindowInsetsController(); in showImeWithWindowInsetsController() local102 windowInsetsController.show(WindowInsets.Type.ime()); in showImeWithWindowInsetsController()117 WindowInsetsController windowInsetsController = mEditText.getWindowInsetsController(); in hideImeWithWindowInsetsController() local118 windowInsetsController.hide(WindowInsets.Type.ime()); in hideImeWithWindowInsetsController()
70 this.windowInsetsController?.setSystemBarsBehavior(WindowInsetsController.BEHAVIOR_DEFAULT) in onAttachedToWindow()71 this.windowInsetsController?.hide(WindowInsets.Type.navigationBars()) in onAttachedToWindow()72 this.windowInsetsController?.hide(WindowInsets.Type.statusBars()) in onAttachedToWindow()
454 WindowInsetsController windowInsetsController = mEditText.getWindowInsetsController(); in showImeWithWindowInsetsController() local456 .that(windowInsetsController) in showImeWithWindowInsetsController()458 windowInsetsController.show(WindowInsets.Type.ime()); in showImeWithWindowInsetsController()467 WindowInsetsController windowInsetsController = mEditText.getWindowInsetsController(); in hideImeWithWindowInsetsController() local469 .that(windowInsetsController) in hideImeWithWindowInsetsController()471 windowInsetsController.hide(WindowInsets.Type.ime()); in hideImeWithWindowInsetsController()
115 val windowInsetsController = window.decorView.windowInsetsController in <lambda>() constant116 windowInsetsController?.hide(WindowInsets.Type.systemBars()) in <lambda>()
42 window?.decorView?.windowInsetsController?.let { controller -> in <lambda>()
130 @Mock private lateinit var windowInsetsController: WindowInsetsController in <lambda>() variable in com.android.keyguard.KeyguardSecurityContainerControllerTest192 whenever(securityViewFlipper.windowInsetsController).thenReturn(windowInsetsController) in <lambda>()203 whenever(keyguardPasswordView.windowInsetsController).thenReturn(windowInsetsController) in <lambda>()