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

  /external/chromium_org/content/browser/renderer_host/input/
motion_event_android_unittest.cc 53 int action_index = -1; local
66 action_index,
110 EXPECT_EQ(action_index, event.GetActionIndex());
  /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 761 const int action_index = event.GetActionIndex(); local
767 event.GetX(action_index),
768 event.GetY(action_index),
769 event.GetRawX(action_index),
770 event.GetRawY(action_index),

Completed in 188 milliseconds