HomeSort by relevance Sort by last modified time
    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 138 cached_touch_majors_[0] = ToDips(touch_major_0_pixels);
139 cached_touch_majors_[1] = ToDips(touch_major_1_pixels);
169 cached_touch_majors_[i] =
175 cached_touch_majors_[i] = 0.f;
201 cached_touch_majors_[i] = other.cached_touch_majors_[i];
262 return cached_touch_majors_[pointer_index];
motion_event_android.h 116 float cached_touch_majors_[MAX_POINTERS_TO_CACHE]; member in class:content::MotionEventAndroid

Completed in 3077 milliseconds