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

  /external/chromium_org/ui/events/x/
touch_factory_x11.cc 34 max_touch_points_(-1),
88 max_touch_points_ = -1;
141 if (tci->num_touches > 0 && tci->num_touches > max_touch_points_)
142 max_touch_points_ = tci->num_touches;
284 return max_touch_points_;
295 max_touch_points_ = -1;
touch_factory_x11.h 148 int max_touch_points_; member in class:ui::TouchFactory

Completed in 1058 milliseconds