Home
last modified time | relevance | path

Searched refs:TouchHandler (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ambient/touch/
DTouchMonitorTest.java129 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 …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/touch/dagger/
DAmbientTouchModule.kt21 import com.android.systemui.ambient.touch.TouchHandler
40 touchHandlers: Set<@JvmSuppressWildcards TouchHandler> in providesDreamTouchHandlers()
41 ): Set<@JvmSuppressWildcards TouchHandler> { in providesDreamTouchHandlers()
DAmbientTouchComponent.kt20 import com.android.systemui.ambient.touch.TouchHandler
39 touchHandlers: Set<@JvmSuppressWildcards TouchHandler>
DShadeModule.java22 import com.android.systemui.ambient.touch.TouchHandler;
50 public abstract TouchHandler providesNotificationShadeTouchHandler( in providesNotificationShadeTouchHandler()
DBouncerSwipeModule.java25 import com.android.systemui.ambient.touch.TouchHandler;
69 public static TouchHandler providesBouncerSwipeTouchHandler( in providesBouncerSwipeTouchHandler()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationViewController.java37 private final TouchHandler mTouchHandler = new TouchHandler();
69 class TouchHandler implements Gefingerpoken, View.OnTouchListener { class in ActivatableNotificationViewController
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/touch/
DTouchMonitor.java92 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,
DTouchHandler.java36 public interface TouchHandler { interface
DShadeTouchHandler.java42 public class ShadeTouchHandler implements TouchHandler {
DBouncerSwipeTouchHandler.java55 public class BouncerSwipeTouchHandler implements TouchHandler {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ui/viewbinder/
DActivatableNotificationViewBinder.kt42 val touchHandler = TouchHandler(view, falsingManager) in <lambda>()
56 touchHandler: TouchHandler, in <lambda>()
68 private class TouchHandler( class
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelView.java41 private NotificationPanelViewController.TouchHandler mTouchHandler;
110 public void setOnTouchListener(NotificationPanelViewController.TouchHandler touchHandler) { in setOnTouchListener()
DNotificationPanelViewController.java367 private final TouchHandler mTouchHandler = new TouchHandler();
3659 TouchHandler getTouchHandler() {
4889 public final class TouchHandler implements View.OnTouchListener, Gefingerpoken {
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/
DCommunalTouchHandler.java29 import com.android.systemui.ambient.touch.TouchHandler;
41 public class CommunalTouchHandler implements TouchHandler {
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/touch/
DCommunalTouchHandlerTest.java34 import com.android.systemui.ambient.touch.TouchHandler;
58 TouchHandler.TouchSession mTouchSession;
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/complication/
DHideComplicationTouchHandler.java29 import com.android.systemui.ambient.touch.TouchHandler;
55 public class HideComplicationTouchHandler implements TouchHandler {
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/complication/
DHideComplicationTouchHandlerTest.java38 import com.android.systemui.ambient.touch.TouchHandler;
77 TouchHandler.TouchSession mSession;
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/ambient/touch/
DBouncerSwipeTouchHandlerTest.java93 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()
DShadeTouchHandlerTest.java66 TouchHandler.TouchSession mTouchSession;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DGlanceableHubContainerControllerTest.kt37 import com.android.systemui.ambient.touch.TouchHandler
114 touchHandlers: Set<TouchHandler> in setUp()
DNotificationPanelViewControllerBaseTest.java375 protected NotificationPanelViewController.TouchHandler mTouchHandler;
560 }).when(mView).setOnTouchListener(any(NotificationPanelViewController.TouchHandler.class)); in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java209 private TouchHandler mTouchHandler;
811 mTouchHandler = new TouchHandler(); in setUpView()
1799 TouchHandler getTouchHandler() {
1975 class TouchHandler implements Gefingerpoken {
DNotificationStackScrollLayout.java559 private NotificationStackScrollLayoutController.TouchHandler mTouchHandler;
5663 void setTouchHandler(NotificationStackScrollLayoutController.TouchHandler touchHandler) { in setTouchHandler()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutControllerTest.java935 NotificationStackScrollLayoutController.TouchHandler touchHandler = in stopExpandingNotification()