Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayPolicy.java392 private boolean mForceShowSystemBarsFromExternal; field in DisplayPolicy
483 mForceShowSystemBarsFromExternal = r.getBoolean(R.bool.config_forceShowSystemBars); in DisplayPolicy()
705 mForceShowSystemBarsFromExternal = forceShowSystemBars; in setForceShowSystemBars()
709 return mForceShowSystemBarsFromExternal; in getForceShowSystemBars()
3551 || mForceShowSystemBarsFromExternal;
3927 pw.print(mForceShowSystemBarsFromExternal);