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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DTouchExplorer.java1144 public void onDoubleTap(MotionEvent secondTapUp, int policyFlags) { argument
1146 if (secondTapUp.getPointerCount() > 2) {
1162 final int pointerId = secondTapUp.getPointerId(secondTapUp.getActionIndex());
1163 final int pointerIndex = secondTapUp.findPointerIndex(pointerId);
1174 secondTapUp.getPointerProperties(pointerIndex, properties[0]);
1179 MotionEvent event = MotionEvent.obtain(secondTapUp.getDownTime(),
1180 secondTapUp.getEventTime(), MotionEvent.ACTION_DOWN, 1, properties,
1181 coords, 0, 0, 1.0f, 1.0f, secondTapUp.getDeviceId(), 0,
1182 secondTapUp
[all...]

Completed in 91 milliseconds