Home
last modified time | relevance | path

Searched refs:DreamTouchHandler (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/touch/
H A DDreamOverlayTouchMonitorTest.java156 final DreamTouchHandler touchHandler = Mockito.mock(DreamTouchHandler.class); in testReportedDisplayBounds()
178 final DreamTouchHandler touchHandler = Mockito.mock(DreamTouchHandler.class); in testEntryTouchZone()
206 final DreamTouchHandler touchHandler = Mockito.mock(DreamTouchHandler.class); in testSessionCount()
253 final DreamTouchHandler touchHandler = Mockito.mock(DreamTouchHandler.class); in testInputEventPropagation()
273 final DreamTouchHandler touchHandler = Mockito.mock(DreamTouchHandler.class); in testInputEventPropagationAfterRemoval()
297 final DreamTouchHandler touchHandler = Mockito.mock(DreamTouchHandler.class); in testInputGesturePropagation()
316 final DreamTouchHandler touchHandler = Mockito.mock(DreamTouchHandler.class); in testGestureConsumption()
339 final DreamTouchHandler touchHandler = Mockito.mock(DreamTouchHandler.class); in testBroadcast()
364 final DreamTouchHandler touchHandler = Mockito.mock(DreamTouchHandler.class); in testPush()
407 final DreamTouchHandler touchHandler = Mockito.mock(DreamTouchHandler.class); in testPop()
[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 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() {
280 private final Collection<DreamTouchHandler> mHandlers;
291 final HashMap<DreamTouchHandler, DreamTouchHandler.TouchSession> sessionMap =
294 for (DreamTouchHandler handler : mHandlers) {
435 Set<DreamTouchHandler> handlers) {
H A DDreamTouchHandler.java36 public interface DreamTouchHandler { interface
H A DShadeTouchHandler.java38 public class ShadeTouchHandler implements DreamTouchHandler {
H A DBouncerSwipeTouchHandler.java56 public class BouncerSwipeTouchHandler implements DreamTouchHandler {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/dagger/
H A DShadeModule.java23 import com.android.systemui.dreams.touch.DreamTouchHandler;
49 public static DreamTouchHandler providesNotificationShadeTouchHandler( in providesNotificationShadeTouchHandler()
H A DBouncerSwipeModule.java27 import com.android.systemui.dreams.touch.DreamTouchHandler;
66 public static DreamTouchHandler providesBouncerSwipeTouchHandler( in providesBouncerSwipeTouchHandler()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/dagger/
H A DDreamOverlayModule.java32 import com.android.systemui.dreams.touch.DreamTouchHandler;
175 static Set<DreamTouchHandler> providesDreamTouchHandlers( in providesDreamTouchHandlers()
176 @Named(DREAM_TOUCH_HANDLERS) @Nullable Set<DreamTouchHandler> touchHandlers) { in providesDreamTouchHandlers()
H A DDreamOverlayComponent.java30 import com.android.systemui.dreams.touch.DreamTouchHandler;
61 Set<DreamTouchHandler> dreamTouchHandlers); in create()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/complication/
H A DHideComplicationTouchHandler.java32 import com.android.systemui.dreams.touch.DreamTouchHandler;
54 public class HideComplicationTouchHandler implements DreamTouchHandler {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/complication/
H A DHideComplicationTouchHandlerTest.java36 import com.android.systemui.dreams.touch.DreamTouchHandler;
73 DreamTouchHandler.TouchSession mSession;