OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:touch_id_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ui/events/gestures/
gesture_point.h
70
void set_touch_id(int touch_id) {
touch_id_
= touch_id; }
71
int touch_id() const { return
touch_id_
; }
125
int
touch_id_
;
member in class:ui::GesturePoint
gesture_point.cc
27
touch_id_
(-1) {
/external/chromium_org/ui/events/
event.h
435
touch_id_
(model.
touch_id_
),
459
int touch_id() const { return
touch_id_
; }
493
const int
touch_id_
;
member in class:ui::TouchEvent
event.cc
435
touch_id_
(GetTouchId(native_event)),
455
touch_id_
(touch_id),
473
touch_id_
(touch_id),
/external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc
191
int touch_id() const { return
touch_id_
; }
253
touch_id_
= gesture->details().touch_id();
330
int
touch_id_
;
member in class:aura::test::__anon17420::GestureEventConsumeDelegate
[
all
...]
Completed in 81 milliseconds