OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kMaxTouchPoints
(Results
1 - 3
of
3
) 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
295
const int
kMaxTouchPoints
= 10;
298
1,
kMaxTouchPoints
,
kMaxTouchPoints
+ 1);
/external/chromium_org/ui/aura/test/
event_generator.cc
320
const int
kMaxTouchPoints
= 10;
321
int delays[
kMaxTouchPoints
] = { 0 };
334
const int
kMaxTouchPoints
= 10;
335
gfx::Point points[
kMaxTouchPoints
];
336
CHECK_LE(count,
kMaxTouchPoints
);
347
base::TimeDelta press_time[
kMaxTouchPoints
];
348
bool pressed[
kMaxTouchPoints
];
Completed in 44 milliseconds