HomeSort by relevance Sort by last modified time
    Searched refs:cached_orientations_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/renderer_host/input/
motion_event_android.cc 173 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];
motion_event_android.h 124 float cached_orientations_[MAX_POINTERS_TO_CACHE]; member in class:content::MotionEventAndroid

Completed in 105 milliseconds