Searched refs:mSystemGestureExcludedByPreQStickyImmersive (Results 1 – 4 of 4) sorted by relevance
59 boolean mSystemGestureExcludedByPreQStickyImmersive; field in WindowManagerConstants156 mSystemGestureExcludedByPreQStickyImmersive = mDeviceConfig.getBoolean( in updateSystemGestureExcludedByPreQStickyImmersive()169 pw.print("="); pw.println(mSystemGestureExcludedByPreQStickyImmersive); in dump()
1000 return stickyHideNav && mWmService.mConstants.mSystemGestureExcludedByPreQStickyImmersive in isImplicitlyExcludingAllSystemGestures()
78 assertTrue(mConstants.mSystemGestureExcludedByPreQStickyImmersive); in test_constantsAreLoaded_initially()94 assertTrue(mConstants.mSystemGestureExcludedByPreQStickyImmersive); in test_constantsAreLoaded_afterChange()
1212 mWm.mConstants.mSystemGestureExcludedByPreQStickyImmersive = true; in testCalculateSystemGestureExclusion_immersiveStickyLegacyWindow()