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

  /external/chromium_org/content/browser/renderer_host/input/
motion_event_web.h 22 virtual int GetActionIndex() const OVERRIDE;
motion_event_android.h 51 virtual int GetActionIndex() const OVERRIDE;
motion_event_web.cc 74 int MotionEventWeb::GetActionIndex() const { return cached_action_index_; }
motion_event_android.cc 219 int MotionEventAndroid::GetActionIndex() const {
web_input_event_util.cc 186 static_cast<int>(pointer_index) == event.GetActionIndex());
  /external/chromium_org/ui/events/gesture_detection/
motion_event.h 51 virtual int GetActionIndex() const = 0;
gesture_detector.cc 204 const int skip_index = pointer_up ? ev.GetActionIndex() : -1;
231 const int action_index = ev.GetActionIndex();
250 const int up_index = ev.GetActionIndex();
372 const int idx1 = secondary_pointer_down_event_->GetActionIndex();
scale_gesture_detector.cc 130 const int skip_index = pointer_up ? event.GetActionIndex() : -1;
gesture_provider.cc 737 const int action_index = event.GetActionIndex();
velocity_tracker.cc 288 downIdBits.mark_bit(event.GetPointerId(event.GetActionIndex()));
  /external/chromium_org/ui/events/gestures/
motion_event_aura.h 31 virtual int GetActionIndex() const OVERRIDE;
motion_event_aura_unittest.cc 107 // Test that |GetActionIndex()| returns the correct index when points have
125 EXPECT_EQ(1, event.GetActionIndex());
131 EXPECT_EQ(0, event.GetActionIndex());
275 EXPECT_EQ(1, event.GetActionIndex());
281 EXPECT_EQ(1, clone->GetActionIndex());
315 EXPECT_EQ(1, event.GetActionIndex());
motion_event_aura.cc 84 int MotionEventAura::GetActionIndex() const {
  /external/chromium_org/ui/events/test/
mock_motion_event.h 45 virtual int GetActionIndex() const OVERRIDE;
mock_motion_event.cc 95 int MockMotionEvent::GetActionIndex() const {

Completed in 433 milliseconds