Home
last modified time | relevance | path

Searched refs:kMaxTouchPoints (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ash/touch/
Dtouch_hud_debug.h71 static const int kMaxTouchPoints = 32; variable
79 views::Label* touch_labels_[kMaxTouchPoints];
Dtouch_uma.cc295 const int kMaxTouchPoints = 10; in RecordTouchEvent() local
298 1, kMaxTouchPoints, kMaxTouchPoints + 1); in RecordTouchEvent()
Dtouch_hud_debug.cc353 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()
/external/chromium_org/ui/aura/test/
Devent_generator.cc320 const int kMaxTouchPoints = 10; in GestureMultiFingerScroll() local
321 int delays[kMaxTouchPoints] = { 0 }; in GestureMultiFingerScroll()
334 const int kMaxTouchPoints = 10; in GestureMultiFingerScrollWithDelays() local
335 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()