Searched refs:shadeWindowView (Results 1 – 1 of 1) sorted by relevance
481 View shadeWindowView = mNotificationShadeWindowController.getWindowRootView(); in isImeShown() local483 boolean imeVisibleOnShade = shadeWindowView != null && shadeWindowView.isAttachedToWindow() in isImeShown()484 && shadeWindowView.getRootWindowInsets().isVisible(WindowInsets.Type.ime()); in isImeShown()