Searched refs:secondTapUp (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java1099 public void onDoubleTap(MotionEvent secondTapUp, int policyFlags) { argument
1101 if (secondTapUp.getPointerCount() > 2) {
1120 final int pointerId = secondTapUp.getPointerId(secondTapUp.getActionIndex());
1121 final int pointerIndex = secondTapUp.findPointerIndex(pointerId);
1160 secondTapUp.getPointerProperties(pointerIndex, properties[0]);
1165 MotionEvent event = MotionEvent.obtain(secondTapUp.getDownTime(),
1166 secondTapUp.getEventTime(), MotionEvent.ACTION_DOWN, 1, properties,
1167 coords, 0, 0, 1.0f, 1.0f, secondTapUp.getDeviceId(), 0,
1168 secondTapUp
[all...]

Completed in 188 milliseconds