Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindow.java1354 public void setDecorFitsSystemWindows(boolean decorFitsSystemWindows) { in setDecorFitsSystemWindows() argument
1358 public boolean decorFitsSystemWindows() { in decorFitsSystemWindows() method in Window
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java1203 boolean decorFitsSystemWindows = mWindow.mDecorFitsSystemWindows; in updateColorViews()
1207 && decorFitsSystemWindows in updateColorViews()
1214 && decorFitsSystemWindows in updateColorViews()
1226 && decorFitsSystemWindows in updateColorViews()
DPhoneWindow.java3929 public void setDecorFitsSystemWindows(boolean decorFitsSystemWindows) {
3930 mDecorFitsSystemWindows = decorFitsSystemWindows;
3935 public boolean decorFitsSystemWindows() {
/frameworks/base/core/java/android/window/
DSplashScreenView.java568 mDecorFitsSystemWindows = window.decorFitsSystemWindows(); in attachHostActivityAndSetSystemUIColors()