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.kt47 private val shadeWindowView: NotificationShadeWindowView, in <lambda>() constant in com.android.keyguard.KeyguardUnfoldTransition
144 translateAnimator.init(shadeWindowView, translationMax) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavBarHelper.java505 View shadeWindowView = mNotificationShadeWindowController.getWindowRootView(); in isImeShown() local
507 boolean imeVisibleOnShade = shadeWindowView != null && shadeWindowView.isAttachedToWindow() in isImeShown()
508 && shadeWindowView.getRootWindowInsets().isVisible(WindowInsets.Type.ime()); in isImeShown()