OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kMaxTouchPoints
(Results
1 - 4
of
4
) 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_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_;
/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 78 milliseconds