Searched refs:mDecorFitsSystemWindows (Results 1 – 3 of 3) sorted by relevance
129 private boolean mDecorFitsSystemWindows; field in SplashScreenView615 mDecorFitsSystemWindows = window.decorFitsSystemWindows(); in attachHostActivityAndSetSystemUIColors()636 mWindow.setDecorFitsSystemWindows(mDecorFitsSystemWindows); in restoreSystemUIColors()
341 boolean mDecorFitsSystemWindows = true; field in PhoneWindow3930 mDecorFitsSystemWindows = decorFitsSystemWindows;3936 return mDecorFitsSystemWindows;3942 impl.setOnContentApplyWindowInsetsListener(mDecorFitsSystemWindows
1202 boolean decorFitsSystemWindows = mWindow.mDecorFitsSystemWindows; in updateColorViews()