Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindow.java1882 public @Nullable View getNavigationBarBackgroundView() { in getNavigationBarBackgroundView() method in Window
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java3987 public View getNavigationBarBackgroundView() {
3988 return mDecor != null ? mDecor.getNavigationBarBackgroundView() : null;
DDecorView.java345 @Nullable View getNavigationBarBackgroundView() { in getNavigationBarBackgroundView() method in DecorView
/frameworks/base/core/api/
Dtest-current.txt2816 method @Nullable public android.view.View getNavigationBarBackgroundView();