Searched refs:decorFitsSystemWindows (Results 1 – 4 of 4) sorted by relevance
1354 public void setDecorFitsSystemWindows(boolean decorFitsSystemWindows) { in setDecorFitsSystemWindows() argument1358 public boolean decorFitsSystemWindows() { in decorFitsSystemWindows() method in Window
1203 boolean decorFitsSystemWindows = mWindow.mDecorFitsSystemWindows; in updateColorViews()1207 && decorFitsSystemWindows in updateColorViews()1214 && decorFitsSystemWindows in updateColorViews()1226 && decorFitsSystemWindows in updateColorViews()
3929 public void setDecorFitsSystemWindows(boolean decorFitsSystemWindows) {3930 mDecorFitsSystemWindows = decorFitsSystemWindows;3935 public boolean decorFitsSystemWindows() {
568 mDecorFitsSystemWindows = window.decorFitsSystemWindows(); in attachHostActivityAndSetSystemUIColors()