Home
last modified time | relevance | path

Searched defs:gestureId (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/gestures/
DGestureManifoldTest.java105 private void testPath(Point delta, int gestureId) { in testPath()
116 private void testPath(Point delta1, Point delta2, int gestureId) { in testPath()
149 private void testPath(ArrayList<PointF> path, int gestureId) { in testPath()
DGesturesObserverTest.java118 protected GestureMatcherStub(Context context, int gestureId) { in GestureMatcherStub()
DTouchExplorerTest.java439 private void passInGesture(int resourceId, int gestureId) { in passInGesture()
/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityGestureEvent.java161 int gestureId, int displayId, @NonNull List<MotionEvent> motionEvents) { in AccessibilityGestureEvent()
169 public AccessibilityGestureEvent(int gestureId, int displayId) { in AccessibilityGestureEvent()
DAccessibilityService.java962 protected boolean onGesture(int gestureId) { in onGesture()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DGesturesObserver.java51 void onGestureCompleted(int gestureId, MotionEvent event, MotionEvent rawEvent, in onGestureCompleted()
126 public void onStateChanged(int gestureId, int state, MotionEvent event, in onStateChanged()
DMagnificationGesturesObserver.java70 void onGestureCompleted(@GestureId int gestureId, long lastDownEventTime, in onGestureCompleted()
126 public void onGestureCompleted(int gestureId, MotionEvent event, MotionEvent rawEvent, in onGestureCompleted()
DMagnificationGestureMatcher.java56 static String gestureIdToString(@GestureId int gestureId) { in gestureIdToString()
DWindowMagnificationGestureHandler.java533 public void onGestureCompleted(int gestureId, long lastDownEventTime, in onGestureCompleted()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DMultiFingerMultiTapAndHold.java32 int gestureId, in MultiFingerMultiTapAndHold()
DGestureManifold.java320 int gestureId, int state, MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onStateChanged()
347 int gestureId, MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onGestureCompleted()
DGestureMatcher.java68 protected GestureMatcher(int gestureId, Handler handler, StateChangeListener listener) { in GestureMatcher()
398 int gestureId, int state, MotionEvent event, MotionEvent rawEvent, int policyFlags); in onStateChanged()
DMultiFingerMultiTap.java63 int gestureId, in MultiFingerMultiTap()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp3350 uint32_t gestureId; in prepareMultiFingerPointerGestures() local