HomeSort by relevance Sort by last modified time
    Searched refs:kMaxTouchPoints (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ash/touch/
touch_hud_debug.h 71 static const int kMaxTouchPoints = 32;
79 views::Label* touch_labels_[kMaxTouchPoints];
touch_hud_debug.cc 354 for (int i = 0; i < kMaxTouchPoints; ++i) {
410 for (int i = 0; i < kMaxTouchPoints; ++i)
461 if (event->touch_id() >= kMaxTouchPoints)
touch_uma.cc 287 const int kMaxTouchPoints = 10;
290 1, kMaxTouchPoints, kMaxTouchPoints + 1);
  /external/chromium_org/ui/base/touch/
touch_factory_x11.h 122 static const int kMaxTouchPoints = 32;
126 // tracking ID. When it equals to kMaxTouchPoints, there is no available
136 std::bitset<kMaxTouchPoints> slots_used_;
touch_factory_x11.cc 242 if (slot == kMaxTouchPoints) {
250 while (++min_available_slot_ < kMaxTouchPoints &&
272 CHECK_LT(slot, kMaxTouchPoints);
277 CHECK_LT(slot, kMaxTouchPoints);
  /external/chromium_org/ui/aura/test/
event_generator.cc 299 const int kMaxTouchPoints = 10;
300 gfx::Point points[kMaxTouchPoints];
301 CHECK_LE(count, kMaxTouchPoints);

Completed in 203 milliseconds