Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/window/
H A DSplashScreenView.java129 private boolean mDecorFitsSystemWindows; field in SplashScreenView
615 mDecorFitsSystemWindows = window.decorFitsSystemWindows(); in attachHostActivityAndSetSystemUIColors()
636 mWindow.setDecorFitsSystemWindows(mDecorFitsSystemWindows); in restoreSystemUIColors()
/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java341 boolean mDecorFitsSystemWindows = true; field in PhoneWindow
3930 mDecorFitsSystemWindows = decorFitsSystemWindows;
3936 return mDecorFitsSystemWindows;
3942 impl.setOnContentApplyWindowInsetsListener(mDecorFitsSystemWindows
H A DDecorView.java1202 boolean decorFitsSystemWindows = mWindow.mDecorFitsSystemWindows; in updateColorViews()