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

  /external/chromium_org/ui/base/gestures/
gesture_sequence.cc 489 GetPointByPointId(i)->UpdateForScroll();
577 bounding_box_ = GetPointByPointId(0)->enclosing_rectangle();
626 GesturePoint* GestureSequence::GetPointByPointId(int point_id) {
638 gfx::Point p1 = GetPointByPointId(0)->last_touch_position();
639 gfx::Point p2 = GetPointByPointId(1)->last_touch_position();
869 const GesturePoint* point = GetPointByPointId(0);
    [all...]
gesture_sequence.h 70 GesturePoint* GetPointByPointId(int point_id);

Completed in 48 milliseconds