Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityService.java374 public boolean onGesture(int gestureId); in onGesture()
440 protected boolean onGesture(int gestureId) { in onGesture()
673 public boolean onGesture(int gestureId) { in onBind()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java743 boolean onGesture(int gestureId) { in onGesture()
890 private boolean notifyGestureLocked(int gestureId, boolean isDefault) { in notifyGestureLocked()
2786 public void notifyGesture(int gestureId) { in notifyGesture()
2801 private void notifyGestureInternal(int gestureId) { in notifyGestureInternal()
2950 final int gestureId = message.arg1; in handleMessage() local
DTouchExplorer.java825 final int gestureId = Integer.parseInt(bestPrediction.name); in handleMotionEventGestureDetecting() local
/frameworks/native/services/inputflinger/
DInputReader.cpp5726 uint32_t gestureId; in preparePointerGestures() local