Searched refs:mForceClearedSystemUiFlags (Results 1 – 1 of 1) sorted by relevance
326 private int mForceClearedSystemUiFlags = 0; field in DisplayPolicy1228 & ~mForceClearedSystemUiFlags; in adjustSystemUiVisibilityLw()1364 mForceClearedSystemUiFlags &= ~View.SYSTEM_UI_FLAG_HIDE_NAVIGATION;1409 newVal = mForceClearedSystemUiFlags in onInputEvent()1411 if (mForceClearedSystemUiFlags != newVal) { in onInputEvent()1412 mForceClearedSystemUiFlags = newVal; in onInputEvent()3165 & ~mForceClearedSystemUiFlags; in updateSystemUiVisibilityLw()3656 || mForceClearedSystemUiFlags != 0) { in dump()3662 pw.println(Integer.toHexString(mForceClearedSystemUiFlags)); in dump()