Searched defs:touch_id (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/ui/events/gestures/
H A Dmotion_event_aura.h64 int touch_id; member in struct:ui::MotionEventAura::PointData
H A Dgesture_recognizer_impl.cc81 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/
H A Dweb_notification_tray_unittest.cc495 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/ash/wm/
H A Dsystem_gesture_event_filter_unittest.cc170 int touch_id) {
173 details.set_oldest_touch_id(touch_id);
165 CreateGesture(ui::EventType type, int x, int y, float delta_x, float delta_y, int touch_id) argument
/external/chromium_org/ash/touch/
H A Dtouch_observer_hud_unittest.cc295 int touch_id) {
296 ui::TouchEvent event(type, location, touch_id, event_time);
293 SendTouchEventToInternalHud(ui::EventType type, const gfx::Point& location, int touch_id) argument
H A Dtouch_hud_debug.cc101 : 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) { argument
[all...]
/external/chromium_org/ui/chromeos/
H A Dtouch_exploration_controller.cc93 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()
1066 const int touch_id = touch_event.touch_id(); local
[all...]
/external/chromium_org/ui/events/
H A Devent.cc526 int touch_id,
529 touch_id_(touch_id),
540 int touch_id,
547 touch_id_(touch_id),
524 TouchEvent(EventType type, const gfx::PointF& location, int touch_id, base::TimeDelta time_stamp) argument
537 TouchEvent(EventType type, const gfx::PointF& location, int flags, int touch_id, base::TimeDelta time_stamp, float radius_x, float radius_y, float angle, float force) argument
H A Devent.h498 int touch_id,
504 int touch_id,
513 int touch_id() const { return touch_id_; } function in class:ui::TouchEvent
/external/chromium_org/ui/events/test/
H A Devent_generator.cc47 int touch_id,
50 : TouchEvent(type, root_location, flags, touch_id, timestamp,
206 void EventGenerator::PressTouchId(int touch_id) { argument
208 ui::ET_TOUCH_PRESSED, GetLocationInCurrentRoot(), touch_id, flags_,
217 void EventGenerator::MoveTouchId(const gfx::Point& point, int touch_id) { argument
220 ui::ET_TOUCH_MOVED, GetLocationInCurrentRoot(), touch_id, flags_,
232 void EventGenerator::ReleaseTouchId(int touch_id) { argument
234 ui::ET_TOUCH_RELEASED, GetLocationInCurrentRoot(), touch_id, flags_,
45 TestTouchEvent(ui::EventType type, const gfx::Point& root_location, int touch_id, int flags, base::TimeDelta timestamp) argument
/external/chromium_org/ui/aura/gestures/
H A Dgesture_recognizer_unittest.cc497 int touch_id,
508 touch_id,
519 int touch_id,
523 touch_id,
492 SendScrollEvents(ui::EventProcessor* dispatcher, float x_start, float y_start, int dx, int dy, int touch_id, int time_step, int num_steps, GestureEventConsumeDelegate* delegate) argument
516 SendScrollEvent(ui::EventProcessor* dispatcher, float x, float y, int touch_id, GestureEventConsumeDelegate* delegate) argument
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c1089 static void Pnacl_M13_PPB_TouchInputEvent_GetTouchById(struct PP_TouchPoint* _struct_result, PP_Resource resource, PP_TouchListType list, uint32_t touch_id) { argument
1091 *_struct_result = iface->GetTouchById(resource, list, touch_id);
4757 .GetTouchById = (struct PP_TouchPoint (*)(PP_Resource resource, PP_TouchListType list, uint32_t touch_id))&Pnacl_M13_PPB_TouchInputEvent_GetTouchById

Completed in 316 milliseconds