Home
last modified time | relevance | path

Searched defs:touchHandler (Results 1 – 10 of 10) 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() local
178 final DreamTouchHandler touchHandler = Mockito.mock(DreamTouchHandler.class); in testEntryTouchZone() local
206 final DreamTouchHandler touchHandler = Mockito.mock(DreamTouchHandler.class); in testSessionCount() local
253 final DreamTouchHandler touchHandler = Mockito.mock(DreamTouchHandler.class); in testInputEventPropagation() local
273 final DreamTouchHandler touchHandler = Mockito.mock(DreamTouchHandler.class); in testInputEventPropagationAfterRemoval() local
297 final DreamTouchHandler touchHandler = Mockito.mock(DreamTouchHandler.class); in testInputGesturePropagation() local
316 final DreamTouchHandler touchHandler = Mockito.mock(DreamTouchHandler.class); in testGestureConsumption() local
339 final DreamTouchHandler touchHandler = Mockito.mock(DreamTouchHandler.class); in testBroadcast() local
364 final DreamTouchHandler touchHandler = Mockito.mock(DreamTouchHandler.class); in testPush() local
407 final DreamTouchHandler touchHandler = Mockito.mock(DreamTouchHandler.class); in testPop() local
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/complication/
H A DHideComplicationTouchHandlerTest.java94 final HideComplicationTouchHandler touchHandler = new HideComplicationTouchHandler( in testSessionEndOnMultipleSessions() local
126 final HideComplicationTouchHandler touchHandler = new HideComplicationTouchHandler( in testSessionEndWhenBouncerShowing() local
158 final HideComplicationTouchHandler touchHandler = new HideComplicationTouchHandler( in testSessionEndWithTouchInInset() local
206 final HideComplicationTouchHandler touchHandler = new HideComplicationTouchHandler( in testSessionLifecycle() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/dagger/
H A DShadeModule.java50 ShadeTouchHandler touchHandler) { in providesNotificationShadeTouchHandler()
H A DBouncerSwipeModule.java67 BouncerSwipeTouchHandler touchHandler) { in providesBouncerSwipeTouchHandler()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ui/viewbinder/
H A DActivatableNotificationViewBinder.kt41 val touchHandler = TouchHandler(view, falsingManager) regex
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
H A DOneHandedController.java217 OneHandedTouchHandler touchHandler = new OneHandedTouchHandler(timeoutHandler, in create() local
236 OneHandedTouchHandler touchHandler, in OneHandedController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelView.java94 public void setOnTouchListener(NotificationPanelViewController.TouchHandler touchHandler) { in setOnTouchListener()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationView.java721 public void setTouchHandler(Gefingerpoken touchHandler) { in setTouchHandler()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarView.java369 public void setTouchHandler(Gefingerpoken touchHandler) { in setTouchHandler()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java5590 void setTouchHandler(NotificationStackScrollLayoutController.TouchHandler touchHandler) { in setTouchHandler()