Lines Matching refs:fTouches
113 fTouches.reset(); in resetTouchState()
141 Rec* rec = fTouches.append(); in appendNewRec()
154 fTouches.removeShuffle(index); in touchBegin()
158 if (fTouches.count() == 2) { in touchBegin()
167 switch (fTouches.count()) { in touchBegin()
180 for (int i = 0; i < fTouches.count(); i++) { in findRec()
181 if (owner == fTouches[i].fOwner) { in findRec()
220 Rec& rec = fTouches[index]; in touchMoved()
223 if (fTouches.count() == 2) { in touchMoved()
235 switch (fTouches.count()) { in touchMoved()
245 const Rec& rec0 = fTouches[0]; in touchMoved()
246 const Rec& rec1 = fTouches[1]; in touchMoved()
271 const Rec& rec = fTouches[index]; in touchEnd()
277 switch (fTouches.count()) { in touchEnd()
298 fTouches.removeShuffle(index); in touchEnd()
336 fTouches.reset(); in handleDblTap()