Searched refs:cached_orientations_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/renderer_host/input/
H A Dmotion_event_android.cc173 cached_orientations_[0] = ToValidFloat(orientation_0_rad);
174 cached_orientations_[1] = ToValidFloat(orientation_1_rad);
210 cached_orientations_[i] =
218 cached_orientations_[i] = 0.f;
247 cached_orientations_[i] = other.cached_orientations_[i];
324 return cached_orientations_[pointer_index];
H A Dmotion_event_android.h124 float cached_orientations_[MAX_POINTERS_TO_CACHE]; member in class:content::MotionEventAndroid

Completed in 258 milliseconds