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

  /external/chromium_org/ui/events/gesture_detection/
gesture_detector.cc 231 const int action_index = ev.GetActionIndex(); local
232 const float dx = ev.GetX(action_index) - current_down_event_->GetX();
233 const float dy = ev.GetY(action_index) - current_down_event_->GetY();
gesture_provider.cc 737 const int action_index = event.GetActionIndex(); local
741 event.GetX(action_index),
742 event.GetY(action_index),
743 event.GetRawX(action_index),
744 event.GetRawY(action_index),

Completed in 75 milliseconds