Searched refs:point_id (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/events/gestures/
H A Dgesture_point.h64 // A lower point_id indicates that a touch occurred first.
65 // A negative point_id indicates that the GesturePoint is not currently
67 void set_point_id(int point_id) { point_id_ = point_id; } argument
68 int point_id() const { return point_id_; } function in class:ui::GesturePoint
H A Dgesture_sequence.cc533 const int point_id = point.point_id(); local
534 if (point_id < 0)
544 EdgeStateSignatureType signature = Signature(state_, point_id,
548 signature = Signature(state_, point_id, event.type(), TSI_ALWAYS);
766 if (iter_point.point_id() > point.point_id())
767 iter_point.set_point_id(iter_point.point_id() - 1);
845 GesturePoint* GestureSequence::GetPointByPointId(int point_id) { argument
846 DCHECK(0 <= point_id
[all...]
H A Dgesture_sequence.h84 // with id |point_id|.
85 GesturePoint* GetPointByPointId(int point_id);

Completed in 71 milliseconds