Home
last modified time | relevance | path

Searched refs:mTouchInsetManager (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/complication/
H A DHideComplicationTouchHandlerTest.java61 TouchInsetManager mTouchInsetManager; field in HideComplicationTouchHandlerTest
98 mTouchInsetManager, in testSessionEndOnMultipleSessions()
130 mTouchInsetManager, in testSessionEndWhenBouncerShowing()
162 mTouchInsetManager, in testSessionEndWithTouchInInset()
182 when(mTouchInsetManager.checkWithinTouchRegion(anyInt(), anyInt())).thenReturn( in testSessionEndWithTouchInInset()
210 mTouchInsetManager, in testSessionLifecycle()
230 when(mTouchInsetManager.checkWithinTouchRegion(anyInt(), anyInt())).thenReturn( in testSessionLifecycle()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/complication/
H A DHideComplicationTouchHandler.java63 private final TouchInsetManager mTouchInsetManager; field in HideComplicationTouchHandler
107 mTouchInsetManager = touchInsetManager; in HideComplicationTouchHandler()
143 final ListenableFuture<Boolean> touchCheck = mTouchInsetManager in onSessionStart()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/
H A DDreamOverlayServiceTest.java145 TouchInsetManager mTouchInsetManager; field in DreamOverlayServiceTest
195 mTouchInsetManager, in setup()