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

  /external/chromium_org/ui/base/gestures/
gesture_types.h 26 int touch_points() const { return touch_points_; }
27 void set_touch_points(int touch_points) { touch_points_ = touch_points; }
172 int touch_points_; // Number of active touch points in the gesture. member in struct:ui::GestureEventDetails
gesture_types.cc 13 touch_points_(1) {
71 touch_points_(1) {

Completed in 46 milliseconds