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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java391 int mLastSystemUiFlags; field in class:PhoneWindowManager
2411 boolean navVisible = (mLastSystemUiFlags&View.SYSTEM_UI_FLAG_HIDE_NAVIGATION) == 0;
3035 || (mLastSystemUiFlags & View.SYSTEM_UI_FLAG_FULLSCREEN) != 0;
4476 int diff = visibility ^ mLastSystemUiFlags;
4482 mLastSystemUiFlags = visibility;
4555 if (mLastSystemUiFlags != 0 || mResettingSystemUiFlags != 0
4557 pw.print(prefix); pw.print("mLastSystemUiFlags=0x");
4558 pw.print(Integer.toHexString(mLastSystemUiFlags));

Completed in 525 milliseconds