Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DNavigationBarController.java372 final View navbarBackgroundView = window.getNavigationBarBackgroundView(); in updateTouchableInsets()
414 window.getNavigationBarBackgroundView(); in scheduleRelayout()
467 final View navbarBackgroundView = window.getNavigationBarBackgroundView(); in onWindowShown()
/frameworks/base/core/java/android/view/
DWindow.java2095 public @Nullable View getNavigationBarBackgroundView() { in getNavigationBarBackgroundView() method in Window
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java4169 public View getNavigationBarBackgroundView() {
4170 return mDecor != null ? mDecor.getNavigationBarBackgroundView() : null;
DDecorView.java321 @Nullable View getNavigationBarBackgroundView() { in getNavigationBarBackgroundView() method in DecorView
/frameworks/base/core/api/
Dtest-current.txt3747 method @Nullable public android.view.View getNavigationBarBackgroundView();