Searched refs:mForceShowSystemBars (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java708 boolean mForceShowSystemBars; field in class:PhoneWindowManager
4363 return mForceShowSystemBars;
4367 return mForceShowSystemBars;
7047 return mForceShowSystemBars;
8005 mForceShowSystemBars = dockedStackVisible || freeformStackVisible || resizing;
8006 final boolean forceOpaqueStatusBar = mForceShowSystemBars && !mForceStatusBarFromKeyguard;
8064 && (statusBarHasFocus || (!mForceShowSystemBars
8068 && !mForceShowSystemBars && hideNavBarSysui && immersiveSticky;
8087 if (denyTransientStatus || denyTransientNav || mForceShowSystemBars) {

Completed in 70 milliseconds