Home
last modified time | relevance | path

Searched refs:TouchSession (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/touch/
H A DDreamOverlayTouchMonitorTest.java168 ArgumentCaptor.forClass(DreamTouchHandler.TouchSession.class); in testReportedDisplayBounds()
226 DreamTouchHandler.TouchSession.class); in testSessionCount()
393 DreamTouchHandler.TouchSession returnedSession = sessionFuture.get(); in testPush()
408 final DreamTouchHandler.TouchSession.Callback callback = in testPop()
409 Mockito.mock(DreamTouchHandler.TouchSession.Callback.class); in testPop()
547 final DreamTouchHandler.TouchSession.Callback callback = in testOnRemovedCallbackOnStopMonitoring()
548 Mockito.mock(DreamTouchHandler.TouchSession.Callback.class); in testOnRemovedCallbackOnStopMonitoring()
573 final ArgumentCaptor<DreamTouchHandler.TouchSession> sessionCaptor = in registerGestureListener()
582 DreamTouchHandler.TouchSession session) { in registerGestureListener()
591 DreamTouchHandler.TouchSession session) { in registerInputEventListener()
[all …]
H A DShadeTouchHandlerTest.java55 DreamTouchHandler.TouchSession mTouchSession;
H A DBouncerSwipeTouchHandlerTest.java88 DreamTouchHandler.TouchSession mTouchSession;
497 ArgumentCaptor<DreamTouchHandler.TouchSession.Callback> onRemovedCallbackCaptor = in testTouchSessionOnRemovedCalledTwice()
498 ArgumentCaptor.forClass(DreamTouchHandler.TouchSession.Callback.class); in testTouchSessionOnRemovedCalledTwice()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/
H A DDreamTouchHandler.java41 interface TouchSession { interface
66 ListenableFuture<TouchSession> push(); in push()
75 ListenableFuture<TouchSession> pop(); in pop()
104 void onSessionStart(TouchSession session); in onSessionStart()
H A DDreamOverlayTouchMonitor.java67 private ListenableFuture<DreamTouchHandler.TouchSession> push( in push()
90 private ListenableFuture<DreamTouchHandler.TouchSession> pop(
124 private static class TouchSessionImpl implements DreamTouchHandler.TouchSession {
159 public ListenableFuture<DreamTouchHandler.TouchSession> push() {
164 public ListenableFuture<DreamTouchHandler.TouchSession> pop() {
291 final HashMap<DreamTouchHandler, DreamTouchHandler.TouchSession> sessionMap =
H A DShadeTouchHandler.java53 public void onSessionStart(TouchSession session) { in onSessionStart()
H A DBouncerSwipeTouchHandler.java100 private TouchSession mTouchSession;
257 public void onSessionStart(TouchSession session) { in onSessionStart()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/complication/
H A DHideComplicationTouchHandler.java113 public void onSessionStart(TouchSession session) { in onSessionStart()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/complication/
H A DHideComplicationTouchHandlerTest.java73 DreamTouchHandler.TouchSession mSession;