Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DNavigationBarController.java385 final View navbarBackgroundView = window.getNavigationBarBackgroundView(); in updateTouchableInsets()
427 window.getNavigationBarBackgroundView(); in scheduleRelayout()
480 final View navbarBackgroundView = window.getNavigationBarBackgroundView(); in onWindowShown()
/frameworks/base/core/java/android/view/
DWindow.java2113 public @Nullable View getNavigationBarBackgroundView() { in getNavigationBarBackgroundView() method in Window
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java4216 public View getNavigationBarBackgroundView() {
4217 return mDecor != null ? mDecor.getNavigationBarBackgroundView() : null;
DDecorView.java338 @Nullable View getNavigationBarBackgroundView() { in getNavigationBarBackgroundView() method in DecorView
/frameworks/base/core/api/
Dtest-current.txt3908 method @Nullable public android.view.View getNavigationBarBackgroundView();