Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DWindow.java1953 public @Nullable View getStatusBarBackgroundView() { in getStatusBarBackgroundView() method in Window
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java4035 public View getStatusBarBackgroundView() {
4036 return mDecor != null ? mDecor.getStatusBarBackgroundView() : null;
H A DDecorView.java329 @Nullable View getStatusBarBackgroundView() { in getStatusBarBackgroundView() method in DecorView
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt3551 method @Nullable public android.view.View getStatusBarBackgroundView();