Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DNavigationBarController.java372 final View navbarBackgroundView = window.getNavigationBarBackgroundView(); in updateTouchableInsets() local
373 zOrderChanged = navbarBackgroundView != null in updateTouchableInsets()
374 && decorGroup.indexOfChild(navbarBackgroundView) in updateTouchableInsets()
413 final View navbarBackgroundView = in scheduleRelayout() local
415 if (navbarBackgroundView != null in scheduleRelayout()
416 && decorGroup.indexOfChild(navbarBackgroundView) in scheduleRelayout()
467 final View navbarBackgroundView = window.getNavigationBarBackgroundView(); in onWindowShown() local
468 if (navbarBackgroundView != null in onWindowShown()
469 && decor.indexOfChild(navbarBackgroundView) in onWindowShown()