Home
last modified time | relevance | path

Searched refs:shadeWindowView (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavBarHelper.java247 View shadeWindowView = mStatusBarOptionalLazy.get().get().getNotificationShadeWindowView(); in isImeShown() local
249 boolean imeVisibleOnShade = shadeWindowView != null && shadeWindowView.isAttachedToWindow() in isImeShown()
250 && shadeWindowView.getRootWindowInsets().isVisible(WindowInsets.Type.ime()); in isImeShown()