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

  /external/chromium_org/content/browser/renderer_host/input/
synthetic_gesture_target_android.cc 70 const unsigned num_touches = web_touch.touchesLength; local
71 for (unsigned i = 0; i < num_touches; ++i) {
76 TouchInject(env, action, num_touches,
  /external/chromium_org/ui/events/x/
touch_factory_x11.cc 139 if (tci->num_touches > 0 && tci->num_touches > max_touch_points_)
140 max_touch_points_ = tci->num_touches;

Completed in 257 milliseconds