Home
last modified time | relevance | path

Searched refs:onDown (Results 1 – 25 of 34) sorted by relevance

12

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DBubblesNavBarMotionEventHandlerTest.java83 verify(mMotionEventListener).onDown(0, 990); in testMotionEvent_swipeUpInGestureZone_handled()
109 verify(mMotionEventListener).onDown(0, 990); in testMotionEvent_horizontalMoveMoreThanTouchSlop_handled()
122 verify(mMotionEventListener).onDown(0, 990); in testMotionEvent_moveLessThanTouchSlop_ignored()
131 verify(mMotionEventListener).onDown(0, 990); in testMotionEvent_actionCancel_listenerNotified()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
H A DMultiTapAndHold.java34 protected void onDown(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onDown() method in MultiTapAndHold
35 super.onDown(event, rawEvent, policyFlags); in onDown()
H A DGestureMatcher.java140 onDown(event, rawEvent, policyFlags); in onMotionEvent()
167 protected void onDown(MotionEvent event, MotionEvent rawEvent, int policyFlags) {} in onDown() method in GestureMatcher
H A DMultiTap.java64 protected void onDown(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onDown() method in MultiTap
H A DMultiFingerMultiTap.java93 protected void onDown(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onDown() method in MultiFingerMultiTap
H A DSwipe.java141 protected void onDown(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onDown() method in Swipe
H A DMultiFingerSwipe.java122 protected void onDown(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onDown() method in MultiFingerSwipe
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubblesNavBarMotionEventHandler.java73 mMotionEventListener.onDown(motionEvent.getX(), motionEvent.getY()); in onMotionEvent()
150 void onDown(float x, float y); in onDown() method
H A DBubbleStackView.java573 public boolean onDown(@NonNull View v, @NonNull MotionEvent ev) {
713 public boolean onDown(@NonNull View v, @NonNull MotionEvent ev) {
715 mSwipeUpListener.onDown(ev.getX(), ev.getY());
737 public void onDown(float x, float y) {}
813 public boolean onDown(@NonNull View v, @NonNull MotionEvent ev) {
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
H A DRelativeTouchListener.kt39 abstract fun onDown(v: View, ev: MotionEvent): Boolean regex
103 if (!onDown(v, ev)) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/touch/
H A DDreamOverlayTouchMonitorTest.java328 when(gestureListener.onDown(any())).thenReturn(true); in testGestureConsumption()
331 assertThat(onGestureListener.onDown(event)).isTrue(); in testGestureConsumption()
334 verify(gestureListener).onDown(eq(event)); in testGestureConsumption()
528 when(gestureListener2.onDown(any())).thenReturn(true); in testPilfering()
532 onGestureListener -> onGestureListener.onDown(gestureEvent)); in testPilfering()
538 onGestureListener -> onGestureListener.onDown(followupEvent)); in testPilfering()
540 verify(gestureListener1, never()).onDown(any()); in testPilfering()
541 verify(gestureListener2).onDown(eq(followupEvent)); in testPilfering()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipTouchGesture.java27 public void onDown(PipTouchState touchState) {} in onDown() method in PipTouchGesture
H A DPipTouchHandler.java554 mGesture.onDown(mTouchState); in handleTouchEvent()
793 public void onDown(PipTouchState touchState) {
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DSimpleSwipe.java46 protected void onDown(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onDown() method in SimpleSwipe
H A DTwoFingersDownOrSwipe.java52 protected void onDown(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onDown() method in TwoFingersDownOrSwipe
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/
H A DDreamOverlayTouchMonitor.java384 public boolean onDown(MotionEvent e) {
385 return evaluate(listener -> listener.onDown(e));
/aosp14/frameworks/base/core/java/android/view/
H A DGestureDetector.java73 boolean onDown(@NonNull MotionEvent e); in onDown() method
219 public boolean onDown(@NonNull MotionEvent e) { in onDown() method in GestureDetector.SimpleOnGestureListener
654 handled |= mListener.onDown(ev); in onTouchEvent()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/gestures/
H A DGesturesObserverTest.java123 protected void onDown(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onDown() method in GesturesObserverTest.GestureMatcherStub
/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DNotificationShadeActivity.java60 public boolean onDown(MotionEvent motionEvent) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/gesture/
H A DGesturePointerEventListener.kt184 mCallbacks?.onDown()
468 fun onDown() regex
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSystemGesturesPointerEventListener.java204 mCallbacks.onDown(); in onPointerEvent()
460 void onDown();
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DDecorCaptionView.java372 public boolean onDown(MotionEvent e) { in onDown() method in DecorCaptionView
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DToggleRangeBehavior.kt326 override fun onDown(e: MotionEvent): Boolean {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/models/player/
H A DSeekBarViewModel.kt464 override fun onDown(event: MotionEvent): Boolean {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
H A DMediaCarouselScrollHandler.kt143 override fun onDown(e: MotionEvent): Boolean {

12