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

/external/chromium_org/ui/base/gestures/
H A Dgesture_sequence.cc489 GetPointByPointId(i)->UpdateForScroll();
577 bounding_box_ = GetPointByPointId(0)->enclosing_rectangle();
626 GesturePoint* GestureSequence::GetPointByPointId(int point_id) { function in class:ui::GestureSequence
638 gfx::Point p1 = GetPointByPointId(0)->last_touch_position();
639 gfx::Point p2 = GetPointByPointId(1)->last_touch_position();
869 const GesturePoint* point = GetPointByPointId(0);
993 const GesturePoint* point = GetPointByPointId(0);
1039 const GesturePoint* point1 = GetPointByPointId(0);
1040 const GesturePoint* point2 = GetPointByPointId(1);
1095 GesturePoint* point1 = GetPointByPointId(
[all...]
H A Dgesture_sequence.h70 GesturePoint* GetPointByPointId(int point_id);

Completed in 73 milliseconds