HomeSort by relevance Sort by last modified time
    Searched defs:touch_id (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ui/events/gestures/
motion_event_aura.h 73 int touch_id; member in struct:ui::MotionEventAura::PointData
gesture_point.h 72 void set_touch_id(int touch_id) { touch_id_ = touch_id; }
73 int touch_id() const { return touch_id_; } function in class:ui::GesturePoint
gesture_recognizer_impl.cc 85 return touch_id_target_[event.touch_id()];
91 int touch_id = event.GetLowestTouchId(); local
92 target = touch_id_target_for_gestures_[touch_id];
124 return touch_id_target_[closest_point->touch_id()];
259 touch_id_target_.erase(event.touch_id());
261 touch_id_target_[event.touch_id()] = target;
263 touch_id_target_for_gestures_[event.touch_id()] = target;
270 int touch_id = touches->begin()->first; local
273 ui::EF_IS_SYNTHESIZED, touch_id,
  /external/chromium_org/ui/chromeos/
touch_exploration_controller.cc 89 const int touch_id = touch_event.touch_id(); local
94 current_touch_ids_.push_back(touch_id);
95 touch_locations_.insert(std::pair<int, gfx::PointF>(touch_id, location));
98 current_touch_ids_.begin(), current_touch_ids_.end(), touch_id);
105 touch_locations_.erase(touch_id);
108 current_touch_ids_.begin(), current_touch_ids_.end(), touch_id);
211 event.touch_id(),
243 initial_press_->touch_id(),
266 event.touch_id(),
450 const int touch_id = touch_event.touch_id(); local
    [all...]
  /external/chromium_org/ash/touch/
touch_hud_debug.cc 101 : id(touch.touch_id()),
210 int GetTraceIndex(int touch_id) const {
211 return touch_id_to_trace_index_.at(touch_id);
228 int touch_id = touch.touch_id(); local
230 touch_id_to_trace_index_[touch_id] = next_trace_index_;
235 int touch_id = touch.touch_id(); local
236 int trace_index = touch_id_to_trace_index_[touch_id];
273 void TouchPointAdded(int touch_id) {
    [all...]
  /external/chromium_org/ui/events/
event.h 469 int touch_id,
475 int touch_id,
484 int touch_id() const { return touch_id_; } function in class:ui::TouchEvent

Completed in 109 milliseconds