Searched refs:mForceClearedSystemUiFlags (Results 1 – 1 of 1) sorted by relevance
326 private int mForceClearedSystemUiFlags = 0; field in DisplayPolicy1218 & ~mForceClearedSystemUiFlags; in adjustSystemUiVisibilityLw()1354 mForceClearedSystemUiFlags &= ~View.SYSTEM_UI_FLAG_HIDE_NAVIGATION;1399 newVal = mForceClearedSystemUiFlags in onInputEvent()1401 if (mForceClearedSystemUiFlags != newVal) { in onInputEvent()1402 mForceClearedSystemUiFlags = newVal; in onInputEvent()3151 & ~mForceClearedSystemUiFlags; in updateSystemUiVisibilityLw()3641 || mForceClearedSystemUiFlags != 0) { in dump()3647 pw.println(Integer.toHexString(mForceClearedSystemUiFlags)); in dump()