Home | History | Annotate | Download | only in webkit

Lines Matching defs:EVENT_TYPE_TOUCH

148     public static final int EVENT_TYPE_TOUCH = 0;
170 * This event is delivered in the middle of a sequence of {@link #EVENT_TYPE_TOUCH} events.
182 * This event is delivered after a sequence of {@link #EVENT_TYPE_TOUCH} events that
195 * This event is delivered after a sequence of {@link #EVENT_TYPE_TOUCH} events that
296 eventType = EVENT_TYPE_TOUCH;
313 if (eventType == EVENT_TYPE_TOUCH) {
538 if (d.mEventType != EVENT_TYPE_TOUCH) {
623 if (eventType == EVENT_TYPE_TOUCH) {
662 if (d.mEventType == EVENT_TYPE_TOUCH) {
808 if (eventType == EVENT_TYPE_TOUCH) {
859 case EVENT_TYPE_TOUCH:
880 DispatchEvent d = obtainDispatchEventLocked(null, EVENT_TYPE_TOUCH, FLAG_PRIVATE,
934 DispatchEvent d = obtainDispatchEventLocked(null, EVENT_TYPE_TOUCH, FLAG_PRIVATE,