Searched refs:shadeWindowView (Results 1 – 2 of 2) sorted by relevance
48 private val shadeWindowView: NotificationShadeWindowView, in <lambda>() constant in com.android.keyguard.KeyguardUnfoldTransition136 translateAnimator.init(shadeWindowView, translationMax) in <lambda>()
545 View shadeWindowView = mNotificationShadeWindowController.getWindowRootView(); in isImeVisible() local547 boolean imeVisibleOnShade = shadeWindowView != null && shadeWindowView.isAttachedToWindow() in isImeVisible()548 && shadeWindowView.getRootWindowInsets().isVisible(WindowInsets.Type.ime()); in isImeVisible()