Searched refs:kMaxTouchPoints (Results 1 – 4 of 4) sorted by relevance
71 static const int kMaxTouchPoints = 32; variable79 views::Label* touch_labels_[kMaxTouchPoints];
295 const int kMaxTouchPoints = 10; in RecordTouchEvent() local298 1, kMaxTouchPoints, kMaxTouchPoints + 1); in RecordTouchEvent()
353 for (int i = 0; i < kMaxTouchPoints; ++i) { in TouchHudDebug()409 for (int i = 0; i < kMaxTouchPoints; ++i) in Clear()460 if (event->touch_id() >= kMaxTouchPoints) in OnTouchEvent()
320 const int kMaxTouchPoints = 10; in GestureMultiFingerScroll() local321 int delays[kMaxTouchPoints] = { 0 }; in GestureMultiFingerScroll()334 const int kMaxTouchPoints = 10; in GestureMultiFingerScrollWithDelays() local335 gfx::Point points[kMaxTouchPoints]; in GestureMultiFingerScrollWithDelays()336 CHECK_LE(count, kMaxTouchPoints); in GestureMultiFingerScrollWithDelays()347 base::TimeDelta press_time[kMaxTouchPoints]; in GestureMultiFingerScrollWithDelays()348 bool pressed[kMaxTouchPoints]; in GestureMultiFingerScrollWithDelays()