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/
gesture_point.h 70 void set_touch_id(int touch_id) { touch_id_ = touch_id; }
71 int touch_id() const { return touch_id_; } function in class:ui::GesturePoint
gesture_recognizer_impl.cc 69 return touch_id_target_[event.touch_id()];
75 int touch_id = event.GetLowestTouchId(); local
76 target = touch_id_target_for_gestures_[touch_id];
105 return touch_id_target_[closest_point->touch_id()];
187 touch_id_target_.erase(event.touch_id());
189 touch_id_target_[event.touch_id()] = target;
191 touch_id_target_for_gestures_[event.touch_id()] = target;
198 int touch_id = touches->begin()->first; local
201 ui::EF_IS_SYNTHESIZED, touch_id,
gesture_types.h 87 int touch_id() const { function in struct:ui::GestureEventDetails
89 return data.touch_id;
155 int touch_id; // LONG_PRESS touch-id. member in union:ui::GestureEventDetails::__anon14833
  /external/chromium_org/ash/touch/
touch_hud_debug.cc 102 : id(touch.touch_id()),
211 int GetTraceIndex(int touch_id) const {
212 return touch_id_to_trace_index_.at(touch_id);
229 int touch_id = touch.touch_id(); local
231 touch_id_to_trace_index_[touch_id] = next_trace_index_;
236 int touch_id = touch.touch_id(); local
237 int trace_index = touch_id_to_trace_index_[touch_id];
274 void TouchPointAdded(int touch_id) {
    [all...]
  /external/chromium_org/ui/events/
event.h 444 int touch_id,
450 int touch_id,
459 int touch_id() const { return touch_id_; } function in class:ui::TouchEvent
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 191 int touch_id() const { return touch_id_; } function in class:aura::test::__anon14704::GestureEventConsumeDelegate
253 touch_id_ = gesture->details().touch_id();
569 int touch_id,
580 touch_id,
590 int touch_id,
594 touch_id,
    [all...]

Completed in 59 milliseconds