Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java346 boolean mDecorFitsSystemWindows = true; field in PhoneWindow
3984 mDecorFitsSystemWindows = decorFitsSystemWindows;
3990 return mDecorFitsSystemWindows;
3996 impl.setOnContentApplyWindowInsetsListener(mDecorFitsSystemWindows
H A DDecorView.java1205 boolean decorFitsSystemWindows = mWindow.mDecorFitsSystemWindows; in updateColorViews()