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

  /external/chromium_org/ui/events/gestures/
motion_event_aura.cc 35 active_touches_[i] = active_touches[i];
126 return active_touches_[pointer_index].touch_id;
131 return active_touches_[pointer_index].x;
136 return active_touches_[pointer_index].y;
141 return active_touches_[pointer_index].raw_x;
146 return active_touches_[pointer_index].raw_y;
151 return active_touches_[pointer_index].touch_major;
156 return active_touches_[pointer_index].touch_minor;
161 return active_touches_[pointer_index].orientation;
166 return active_touches_[pointer_index].pressure
    [all...]
motion_event_aura.h 95 PointData active_touches_[MotionEvent::MAX_TOUCH_POINT_COUNT]; member in class:ui::MotionEventAura

Completed in 664 milliseconds