Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerConstants.java59 boolean mSystemGestureExcludedByPreQStickyImmersive; field in WindowManagerConstants
150 mSystemGestureExcludedByPreQStickyImmersive = mDeviceConfig.getBoolean( in updateSystemGestureExcludedByPreQStickyImmersive()
163 pw.print("="); pw.println(mSystemGestureExcludedByPreQStickyImmersive); in dump()
DWindowState.java963 return stickyHideNav && mWmService.mConstants.mSystemGestureExcludedByPreQStickyImmersive in isImplicitlyExcludingAllSystemGestures()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowManagerConstantsTest.java78 assertTrue(mConstants.mSystemGestureExcludedByPreQStickyImmersive); in test_constantsAreLoaded_initially()
94 assertTrue(mConstants.mSystemGestureExcludedByPreQStickyImmersive); in test_constantsAreLoaded_afterChange()
DDisplayContentTests.java1456 mWm.mConstants.mSystemGestureExcludedByPreQStickyImmersive = true; in testCalculateSystemGestureExclusion_immersiveStickyLegacyWindow()
1480 mWm.mConstants.mSystemGestureExcludedByPreQStickyImmersive = true; in testCalculateSystemGestureExclusion_unrestricted()