Home | History | Annotate | Download | only in input

Lines Matching full:cancelpreviousgesture

4373     bool cancelPreviousGesture, finishPreviousGesture;
4375 &cancelPreviousGesture, &finishPreviousGesture, isTimeout);
4380 cancelPreviousGesture = false;
4386 if (finishPreviousGesture || cancelPreviousGesture) {
4441 if (down && !cancelPreviousGesture && !finishPreviousGesture
4459 if (cancelPreviousGesture) {
5332 ALOGD("Gestures: finishPreviousGesture=%s, cancelPreviousGesture=%s, "