Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUnfoldTransition.kt48 private val shadeWindowView: NotificationShadeWindowView, in <lambda>() constant in com.android.keyguard.KeyguardUnfoldTransition
136 translateAnimator.init(shadeWindowView, translationMax) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavBarHelper.java545 View shadeWindowView = mNotificationShadeWindowController.getWindowRootView(); in isImeVisible() local
547 boolean imeVisibleOnShade = shadeWindowView != null && shadeWindowView.isAttachedToWindow() in isImeVisible()
548 && shadeWindowView.getRootWindowInsets().isVisible(WindowInsets.Type.ime()); in isImeVisible()