Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayPolicy.java357 private boolean mForceShowSystemBars; field in DisplayPolicy
1225 return mForceShowSystemBars; in areSystemBarsForcedShownLw()
1314 return mForceShowSystemBars; in getLayoutHintLw()
1328 return mForceShowSystemBars; in getLayoutHintLw()
3287 mForceShowSystemBars = dockedStackVisible || freeformStackVisible || resizing in updateSystemBarsLw()
3289 final boolean forceOpaqueStatusBar = mForceShowSystemBars && !mForceStatusBarFromKeyguard; in updateSystemBarsLw()
3349 && (statusBarHasFocus || (!mForceShowSystemBars in updateSystemBarsLw()
3353 && !mForceShowSystemBars && hideNavBarSysui && immersiveSticky; in updateSystemBarsLw()
3376 if (denyTransientStatus || denyTransientNav || mForceShowSystemBars) { in updateSystemBarsLw()