Searched refs:shadeWindowView (Results 1 – 2 of 2) sorted by relevance
47 private val shadeWindowView: NotificationShadeWindowView, in <lambda>() constant in com.android.keyguard.KeyguardUnfoldTransition144 translateAnimator.init(shadeWindowView, translationMax) in <lambda>()
505 View shadeWindowView = mNotificationShadeWindowController.getWindowRootView(); in isImeShown() local507 boolean imeVisibleOnShade = shadeWindowView != null && shadeWindowView.isAttachedToWindow() in isImeShown()508 && shadeWindowView.getRootWindowInsets().isVisible(WindowInsets.Type.ime()); in isImeShown()