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 64 int touch_id; member in struct:ui::MotionEventAura::PointData
gesture_recognizer_impl.cc 81 return touch_id_target_[event.touch_id()];
87 int touch_id = event.details().oldest_touch_id(); local
88 target = touch_id_target_for_gestures_[touch_id];
220 touch_id_target_.erase(event.touch_id());
222 touch_id_target_[event.touch_id()] = target;
224 touch_id_target_for_gestures_[event.touch_id()] = target;
  /external/chromium_org/ash/system/web_notification/
web_notification_tray_unittest.cc 495 const int touch_id = 0; local
498 ui::TouchEvent press(ui::ET_TOUCH_PRESSED, center_point, touch_id,
504 ui::TouchEvent release(ui::ET_TOUCH_RELEASED, center_point, touch_id,
528 const int touch_id = 0; local
532 ui::TouchEvent press(ui::ET_TOUCH_PRESSED, center_point, touch_id,
539 ui::TouchEvent move(ui::ET_TOUCH_MOVED, out_of_bounds, touch_id,
545 ui::TouchEvent release(ui::ET_TOUCH_RELEASED, out_of_bounds, touch_id,
  /external/chromium_org/ui/chromeos/
touch_exploration_controller.cc 93 const int touch_id = touch_event.touch_id(); local
98 current_touch_ids_.push_back(touch_id);
99 touch_locations_.insert(std::pair<int, gfx::PointF>(touch_id, location));
102 current_touch_ids_.begin(), current_touch_ids_.end(), touch_id);
109 touch_locations_.erase(touch_id);
112 current_touch_ids_.begin(), current_touch_ids_.end(), touch_id);
223 initial_presses_[event.touch_id()] = event.location();
239 if (event.touch_id() == initial_press_->touch_id() && !in_a_bottom_corner)
1066 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 498 int touch_id,
504 int touch_id,
513 int touch_id() const { return touch_id_; } function in class:ui::TouchEvent

Completed in 110 milliseconds