Searched refs:shadeWindowView (Results 1 – 1 of 1) sorted by relevance
247 View shadeWindowView = mStatusBarOptionalLazy.get().get().getNotificationShadeWindowView(); in isImeShown() local249 boolean imeVisibleOnShade = shadeWindowView != null && shadeWindowView.isAttachedToWindow() in isImeShown()250 && shadeWindowView.getRootWindowInsets().isVisible(WindowInsets.Type.ime()); in isImeShown()