HomeSort by relevance Sort by last modified time
    Searched refs:touch_id_ (Results 1 - 5 of 5) 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_; }
125 int touch_id_; member in class:ui::GesturePoint
gesture_point.cc 27 touch_id_(-1) {
  /external/chromium_org/ui/base/events/
event.h 457 touch_id_(model.touch_id_),
481 int touch_id() const { return touch_id_; }
515 const int touch_id_; member in class:ui::TouchEvent
event.cc 454 touch_id_(GetTouchId(native_event)),
467 touch_id_(touch_id),
485 touch_id_(touch_id),
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 186 int touch_id() const { return touch_id_; }
248 touch_id_ = gesture->details().touch_id();
321 int touch_id_; member in class:aura::test::__anon16542::GestureEventConsumeDelegate
    [all...]

Completed in 75 milliseconds