Searched refs:DreamTouchHandler (Results 1 – 13 of 13) sorted by relevance
156 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 …]
55 DreamTouchHandler.TouchSession mTouchSession;
88 DreamTouchHandler.TouchSession mTouchSession;497 ArgumentCaptor<DreamTouchHandler.TouchSession.Callback> onRemovedCallbackCaptor = in testTouchSessionOnRemovedCalledTwice()498 ArgumentCaptor.forClass(DreamTouchHandler.TouchSession.Callback.class); in testTouchSessionOnRemovedCalledTwice()
67 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) {
36 public interface DreamTouchHandler { interface
38 public class ShadeTouchHandler implements DreamTouchHandler {
56 public class BouncerSwipeTouchHandler implements DreamTouchHandler {
23 import com.android.systemui.dreams.touch.DreamTouchHandler;49 public static DreamTouchHandler providesNotificationShadeTouchHandler( in providesNotificationShadeTouchHandler()
27 import com.android.systemui.dreams.touch.DreamTouchHandler;66 public static DreamTouchHandler providesBouncerSwipeTouchHandler( in providesBouncerSwipeTouchHandler()
32 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()
30 import com.android.systemui.dreams.touch.DreamTouchHandler;61 Set<DreamTouchHandler> dreamTouchHandlers); in create()
32 import com.android.systemui.dreams.touch.DreamTouchHandler;54 public class HideComplicationTouchHandler implements DreamTouchHandler {
36 import com.android.systemui.dreams.touch.DreamTouchHandler;73 DreamTouchHandler.TouchSession mSession;