Lines Matching refs:mTouches
39 private SparseArray<TouchHistory> mTouches;
126 mTouches = new SparseArray<TouchHistory>(10);
163 mTouches.put(id, data);
194 mTouches.put(id, data);
211 TouchHistory data = mTouches.get(id);
212 mTouches.remove(id);
234 TouchHistory data = mTouches.get(id);
235 mTouches.remove(id);
264 TouchHistory data = mTouches.get(id);
299 for (int i = 0; i < mTouches.size(); i++) {
302 int id = mTouches.keyAt(i);
303 TouchHistory data = mTouches.valueAt(i);