Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DNavigationBarController.java330 final View navbarBackgroundView = window.getNavigationBarBackgroundView(); in updateTouchableInsets() local
331 zOrderChanged = navbarBackgroundView != null in updateTouchableInsets()
332 && decorGroup.indexOfChild(navbarBackgroundView) in updateTouchableInsets()
371 final View navbarBackgroundView = in scheduleRelayout()
373 if (navbarBackgroundView != null in scheduleRelayout()
374 && decorGroup.indexOfChild(navbarBackgroundView) in scheduleRelayout()
425 final View navbarBackgroundView = window.getNavigationBarBackgroundView(); in onWindowShown() local
426 if (navbarBackgroundView != null in onWindowShown()
427 && decor.indexOfChild(navbarBackgroundView) in onWindowShown()