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

  /external/chromium_org/ui/events/gestures/
gesture_recognizer_impl.h 76 // Both |touch_id_target_| and |touch_id_target_for_gestures_| map a touch-id
78 // ET_TOUCH_RELEASE and ET_TOUCH_CANCEL. |touch_id_target_for_gestures_| are
81 TouchIdToConsumerMap touch_id_target_for_gestures_; member in class:ui::GestureRecognizerImpl
gesture_recognizer_impl.cc 76 target = touch_id_target_for_gestures_[touch_id];
136 &touch_id_target_for_gestures_);
191 touch_id_target_for_gestures_[event.touch_id()] = target;
226 RemoveConsumerFromMap(consumer, &touch_id_target_for_gestures_);

Completed in 103 milliseconds