Home
last modified time | relevance | path

Searched refs:mUpdateSystemGestureExclusionCallback (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowManagerConstantsTest.java51 Runnable mUpdateSystemGestureExclusionCallback; field in WindowManagerConstantsTest
57 mUpdateSystemGestureExclusionCallback = mock(Runnable.class); in setUp()
59 mUpdateSystemGestureExclusionCallback, mDeviceConfig); in setUp()
105 verify(mUpdateSystemGestureExclusionCallback).run(); in test_changedGestureExclusionLimit_invokesCallback()
115 verify(mUpdateSystemGestureExclusionCallback).run(); in test_changedPreQStickyImmersive_invokesCallback()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerConstants.java62 private final Runnable mUpdateSystemGestureExclusionCallback; field in WindowManagerConstants
77mUpdateSystemGestureExclusionCallback = Objects.requireNonNull(updateSystemGestureExclusionCallbac… in WindowManagerConstants()
115 mUpdateSystemGestureExclusionCallback.run(); in onAndroidPropertiesChanged()