OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxGesturePoints
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/events/gestures/
gesture_sequence.h
51
static const int
kMaxGesturePoints
= 12;
232
GesturePoint points_[
kMaxGesturePoints
];
gesture_sequence.cc
423
for (int i = 0; i < GestureSequence::
kMaxGesturePoints
; ++i) {
505
if (event.touch_id() >=
kMaxGesturePoints
)
509
if (point_count_ ==
kMaxGesturePoints
)
764
for (int i = 0; i <
kMaxGesturePoints
; ++i) {
794
for (int i = 0; i <
kMaxGesturePoints
; ++i) {
812
for (int i = 0; i <
kMaxGesturePoints
; ++i) {
846
DCHECK(0 <= point_id && point_id <
kMaxGesturePoints
);
847
for (int i = 0; i <
kMaxGesturePoints
; ++i) {
[
all
...]
gesture_recognizer_impl.cc
87
for (int j = 0; j < GestureSequence::
kMaxGesturePoints
; ++j) {
/external/chromium_org/win8/metro_driver/
chrome_app_view_ash.cc
327
pointer_id_ %= ui::GestureSequence::
kMaxGesturePoints
;
[
all
...]
Completed in 5748 milliseconds