Searched refs:touches (Results 1 – 6 of 6) sorted by relevance
684 public boolean performMultiPointerGesture(PointerCoords[] ... touches) {686 if (touches.length < 2) {692 for (int x = 0; x < touches.length; x++)693 maxSteps = (maxSteps < touches[x].length) ? touches[x].length : maxSteps;696 PointerProperties[] properties = new PointerProperties[touches.length];697 PointerCoords[] pointerCoords = new PointerCoords[touches.length];698 for (int x = 0; x < touches.length; x++) {705 pointerCoords[x] = touches[x][0];715 for (int x = 1; x < touches.length; x++) {725 for (int x = 0; x < touches.length; x++) {[all …]
1087 public boolean performMultiPointerGesture(PointerCoords[] ...touches) { in performMultiPointerGesture() argument1088 return getInteractionController().performMultiPointerGesture(touches); in performMultiPointerGesture()
54 touchpad.touches = 0; in Reset()100 touchpad.touches = ((touchpad.touches & 1) << 1) | (pressure > 0); in Touch()102 device_y, touchpad.touches); in Touch()108 switch (touchpad.touches) { in Touch()207 result.appendFormat("touches = %d\n", touchpad.touches); in dumpInternal()
54 int touches; member
1539 // OPEN: Settings > Add fingerprint > Dialog when user touches fingerprint icon.
2723 // OPEN: Settings > Add fingerprint > Dialog when user touches fingerprint icon.