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

  /external/chromium_org/ui/events/gestures/
gesture_sequence.cc 710 GetPointByPointId(i)->UpdateForScroll();
798 bounding_box_ = GetPointByPointId(0)->enclosing_rectangle();
855 GesturePoint* GestureSequence::GetPointByPointId(int point_id) {
867 gfx::PointF p1 = GetPointByPointId(0)->last_touch_position();
868 gfx::PointF p2 = GetPointByPointId(1)->last_touch_position();
    [all...]
gesture_sequence.h 98 GesturePoint* GetPointByPointId(int point_id);

Completed in 63 milliseconds