Searched refs:TouchHandler (Results 1 – 24 of 24) sorted by relevance
129 Environment(Set<TouchHandler> handlers, KosmosJavaAdapter kosmos) { in Environment()217 final TouchHandler touchHandler = createTouchHandler(); in testConfigurationListenerUpdatesBounds()239 final TouchHandler touchHandler = createTouchHandler(); in testReportedDisplayBounds()251 final ArgumentCaptor<TouchHandler.TouchSession> touchSessionArgumentCaptor = in testReportedDisplayBounds()252 ArgumentCaptor.forClass(TouchHandler.TouchSession.class); in testReportedDisplayBounds()262 final TouchHandler touchHandler = createTouchHandler(); in testEntryTouchZone()290 final TouchHandler touchHandler = createTouchHandler(); in testSessionCount()293 final TouchHandler unzonedTouchHandler = createTouchHandler(); in testSessionCount()309 ArgumentCaptor<TouchHandler.TouchSession> touchSessionCaptor = ArgumentCaptor.forClass( in testSessionCount()310 TouchHandler.TouchSession.class); in testSessionCount()[all …]
21 import com.android.systemui.ambient.touch.TouchHandler40 touchHandlers: Set<@JvmSuppressWildcards TouchHandler> in providesDreamTouchHandlers()41 ): Set<@JvmSuppressWildcards TouchHandler> { in providesDreamTouchHandlers()
20 import com.android.systemui.ambient.touch.TouchHandler39 touchHandlers: Set<@JvmSuppressWildcards TouchHandler>
22 import com.android.systemui.ambient.touch.TouchHandler;50 public abstract TouchHandler providesNotificationShadeTouchHandler( in providesNotificationShadeTouchHandler()
25 import com.android.systemui.ambient.touch.TouchHandler;69 public static TouchHandler providesBouncerSwipeTouchHandler( in providesBouncerSwipeTouchHandler()
37 private final TouchHandler mTouchHandler = new TouchHandler();69 class TouchHandler implements Gefingerpoken, View.OnTouchListener { class in ActivatableNotificationViewController
92 private ListenableFuture<TouchHandler.TouchSession> push( in push()115 private ListenableFuture<TouchHandler.TouchSession> pop(149 private static class TouchSessionImpl implements TouchHandler.TouchSession {184 public ListenableFuture<TouchHandler.TouchSession> push() {189 public ListenableFuture<TouchHandler.TouchSession> pop() {340 private final Collection<TouchHandler> mHandlers;351 final HashMap<TouchHandler, TouchHandler.TouchSession> sessionMap =354 for (TouchHandler handler : mHandlers) {530 Set<TouchHandler> handlers,
36 public interface TouchHandler { interface
42 public class ShadeTouchHandler implements TouchHandler {
55 public class BouncerSwipeTouchHandler implements TouchHandler {
42 val touchHandler = TouchHandler(view, falsingManager) in <lambda>()56 touchHandler: TouchHandler, in <lambda>()68 private class TouchHandler( class
41 private NotificationPanelViewController.TouchHandler mTouchHandler;110 public void setOnTouchListener(NotificationPanelViewController.TouchHandler touchHandler) { in setOnTouchListener()
367 private final TouchHandler mTouchHandler = new TouchHandler();3659 TouchHandler getTouchHandler() {4889 public final class TouchHandler implements View.OnTouchListener, Gefingerpoken {
29 import com.android.systemui.ambient.touch.TouchHandler;41 public class CommunalTouchHandler implements TouchHandler {
34 import com.android.systemui.ambient.touch.TouchHandler;58 TouchHandler.TouchSession mTouchSession;
29 import com.android.systemui.ambient.touch.TouchHandler;55 public class HideComplicationTouchHandler implements TouchHandler {
38 import com.android.systemui.ambient.touch.TouchHandler;77 TouchHandler.TouchSession mSession;
93 TouchHandler.TouchSession mTouchSession;284 TouchHandler.TouchSession touchSession, in onSessionStartHelper()547 ArgumentCaptor<TouchHandler.TouchSession.Callback> onRemovedCallbackCaptor = in testTouchSessionOnRemovedCalledTwice()548 ArgumentCaptor.forClass(TouchHandler.TouchSession.Callback.class); in testTouchSessionOnRemovedCalledTwice()
66 TouchHandler.TouchSession mTouchSession;
37 import com.android.systemui.ambient.touch.TouchHandler114 touchHandlers: Set<TouchHandler> in setUp()
375 protected NotificationPanelViewController.TouchHandler mTouchHandler;560 }).when(mView).setOnTouchListener(any(NotificationPanelViewController.TouchHandler.class)); in setup()
209 private TouchHandler mTouchHandler;811 mTouchHandler = new TouchHandler(); in setUpView()1799 TouchHandler getTouchHandler() {1975 class TouchHandler implements Gefingerpoken {
559 private NotificationStackScrollLayoutController.TouchHandler mTouchHandler;5663 void setTouchHandler(NotificationStackScrollLayoutController.TouchHandler touchHandler) { in setTouchHandler()
935 NotificationStackScrollLayoutController.TouchHandler touchHandler = in stopExpandingNotification()