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

/external/chromium_org/ui/events/x/
H A Dtouch_factory_x11.cc34 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;
H A Dtouch_factory_x11.h148 int max_touch_points_; member in class:ui::TouchFactory

Completed in 63 milliseconds