Lines Matching full:touch
81 // TODO(pquinn): Pick first/last coalesced touch?
94 WALTTouch *touch = [[WALTTouch alloc] initWithEvent:event];
95 touch.callbackTime = callbackTime;
96 touch.physicalTime = physicalTime;
99 if (touch.phase == UITouchPhaseBegan) {
130 [_touches addObject:touch];
131 if (touch.phase == UITouchPhaseBegan) {
170 for (WALTTouch *touch in _touches) {
171 if (touch.phase != phase) {
175 [p2k addObject:[NSNumber numberWithDouble:touch.kernelTime - touch.physicalTime]];
176 [k2c addObject:[NSNumber numberWithDouble:touch.callbackTime - touch.kernelTime]];