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

  /external/chromium_org/ui/base/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 27 real->touch_id(),
115 return touch_id_target_[event->touch_id()];
121 int touch_id = event->GetLowestTouchId(); local
122 target = touch_id_target_for_gestures_[touch_id];
151 return touch_id_target_[closest_point->touch_id()];
217 touch_id_target_.erase(event.touch_id());
219 touch_id_target_[event.touch_id()] = gesture_consumer_ignorer_.get();
221 touch_id_target_[event.touch_id()] = target;
223 touch_id_target_for_gestures_[event.touch_id()] = target;
gesture_sequence.cc 74 // touch_id, ui::EventType, touch_handled), see Signature for more info.
226 // 12 bits for |touch_id|
229 unsigned int touch_id,
232 CHECK((touch_id & 0xfff) == touch_id);
235 (G(gesture_state, touch_id, touch_state, touch_status));
302 touch_bitmask |= 1 << points[i].touch_id();
353 if (event.touch_id() >= kMaxGesturePoints)
359 GesturePoint* new_point = &points_[event.touch_id()];
364 LOG(ERROR) << "Received a second press for a point: " << event.touch_id();
    [all...]
gesture_types.h 86 int touch_id() const { function in struct:ui::GestureEventDetails
88 return data.touch_id;
154 int touch_id; // LONG_PRESS touch-id. member in union:ui::GestureEventDetails::__anon16592
gesture_types.cc 30 data.touch_id = static_cast<int>(delta_x);
  /external/chromium_org/ash/touch/
touch_uma.cc 269 details->last_start_time_[event.touch_id()] = event.time_stamp();
270 details->start_touch_position_[event.touch_id()] = event.root_location();
271 details->last_touch_position_[event.touch_id()] = event.location();
292 if (details->last_start_time_.count(event.touch_id())) {
294 details->last_start_time_[event.touch_id()];
302 details->start_touch_position_[event.touch_id()];
312 details->last_start_time_.erase(event.touch_id());
313 details->last_move_time_.erase(event.touch_id());
314 details->start_touch_position_.erase(event.touch_id());
315 details->last_touch_position_.erase(event.touch_id());
    [all...]
touch_hud_debug.cc 103 : id(touch.touch_id()),
212 int GetTraceIndex(int touch_id) const {
213 return touch_id_to_trace_index_.at(touch_id);
230 int touch_id = touch.touch_id(); local
232 touch_id_to_trace_index_[touch_id] = next_trace_index_;
237 int touch_id = touch.touch_id(); local
238 int trace_index = touch_id_to_trace_index_[touch_id];
275 void TouchPointAdded(int touch_id) {
    [all...]
touch_hud_projection.cc 157 points_.insert(std::make_pair(event->touch_id(), point));
166 points_.find(event->touch_id());
  /external/chromium_org/ash/wm/gestures/
long_press_affordance_handler.h 45 int touch_id);
long_press_affordance_handler.cc 251 int touch_id) {
253 if (tap_down_touch_id_ != -1 && tap_down_touch_id_ != touch_id)
261 tap_down_touch_id_ = touch_id;
  /external/chromium_org/ui/base/ozone/evdev/
touch_event_converter_ozone_unittest.cc 155 EXPECT_EQ(0, event->touch_id());
202 EXPECT_EQ(0, event->touch_id());
216 EXPECT_EQ(0, event->touch_id());
253 EXPECT_EQ(0, event->touch_id());
304 EXPECT_EQ(0, ev0->touch_id());
313 EXPECT_EQ(1, ev1->touch_id());
330 EXPECT_EQ(1, ev1->touch_id());
349 EXPECT_EQ(0, ev0->touch_id());
368 EXPECT_EQ(0, ev0->touch_id());
376 EXPECT_EQ(1, ev1->touch_id());
    [all...]
  /external/chromium_org/ash/wm/
system_gesture_event_filter_unittest.cc 217 int touch_id) {
220 ui::GestureEventDetails(type, delta_x, delta_y), 1 << touch_id);
230 int touch_id) {
234 touch_id,
246 0, 0, touch_id));
255 xpos, ypos + ypos_half - 10, 0, 0, touch_id));
264 0, 10, touch_id));
system_gesture_event_filter.cc 68 long_press_affordance_->ProcessEvent(target, event, event->touch_id());
  /external/chromium_org/ui/base/events/
event.h 466 int touch_id,
472 int touch_id,
481 int touch_id() const { return touch_id_; } function in class:ui::TouchEvent
event.cc 464 int touch_id,
467 touch_id_(touch_id),
478 int touch_id,
485 touch_id_(touch_id),
  /external/chromium_org/ui/base/ozone/
events_ozone.cc 74 return event->touch_id();
  /external/chromium_org/content/browser/renderer_host/
ui_events_helper.cc 268 point->id = event.touch_id();
280 if (point->id == event.touch_id())
  /external/chromium_org/ppapi/api/
ppb_input_event.idl     [all...]
  /external/chromium_org/ppapi/c/
ppb_input_event.h     [all...]
  /external/chromium_org/ui/aura/
root_window.cc     [all...]
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 186 int touch_id() const { return touch_id_; } function in class:aura::test::__anon16540::GestureEventConsumeDelegate
248 touch_id_ = gesture->details().touch_id();
537 int touch_id,
548 touch_id,
558 int touch_id,
562 touch_id,
    [all...]
  /external/chromium_org/content/browser/renderer_host/input/
immediate_input_router_unittest.cc 78 if (first.touch_id() != second.touch_id())
    [all...]
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 989 milliseconds