Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAccessibilityGestureDetectorTest.java132 private void testPath(Point delta, int gestureId) { in testPath()
143 private void testPath(Point delta1, Point delta2, int gestureId) { in testPath()
175 private void testPath(ArrayList<PointF> path, int gestureId) { in testPath()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityGestureDetector.java132 boolean onGestureCompleted(int gestureId); in onGestureCompleted()
583 int gestureId = DIRECTIONS_TO_GESTURE_ID[segmentDirection0][segmentDirection1]; in recognizeGesturePath() local
DAccessibilityManagerService.java919 boolean onGesture(int gestureId) { in onGesture()
1120 private boolean notifyGestureLocked(int gestureId, boolean isDefault) { in notifyGestureLocked()
3923 public void notifyGesture(int gestureId) { in notifyGesture()
4026 private void notifyGestureInternal(int gestureId) { in notifyGestureInternal()
4197 final int gestureId = message.arg1; in handleMessage() local
DTouchExplorer.java462 public boolean onGestureCompleted(int gestureId) { in onGestureCompleted()
/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityService.java372 boolean onGesture(int gestureId); in onGesture()
487 protected boolean onGesture(int gestureId) { in onGesture()
1539 public boolean onGesture(int gestureId) { in onBind()
/frameworks/native/services/inputflinger/
DInputReader.cpp6122 uint32_t gestureId; in preparePointerGestures() local