OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cached_touch_majors_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/renderer_host/input/
motion_event_android.cc
169
cached_touch_majors_
[0] = ToDips(touch_major_0_pixels);
170
cached_touch_majors_
[1] = ToDips(touch_major_1_pixels);
206
cached_touch_majors_
[i] =
216
cached_touch_majors_
[i] = 0.f;
245
cached_touch_majors_
[i] = other.
cached_touch_majors_
[i];
308
return
cached_touch_majors_
[pointer_index];
motion_event_android.h
122
float
cached_touch_majors_
[MAX_POINTERS_TO_CACHE];
member in class:content::MotionEventAndroid
Completed in 274 milliseconds