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

  /external/chromium_org/ui/events/gesture_detection/
motion_event.cc 50 lhs.GetActionIndex() != rhs.GetActionIndex() ||
motion_event.h 53 virtual int GetActionIndex() const = 0;
motion_event_generic.h 44 virtual int GetActionIndex() const OVERRIDE;
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();
motion_event_buffer.cc 162 event->set_action_index(event0.GetActionIndex());
182 virtual int GetActionIndex() const OVERRIDE {
183 return latest().GetActionIndex();
motion_event_generic.cc 78 int MotionEventGeneric::GetActionIndex() const {
motion_event_generic_unittest.cc 46 EXPECT_EQ(1, event.GetActionIndex());
scale_gesture_detector.cc 123 const int skip_index = pointer_up ? event.GetActionIndex() : -1;
motion_event_buffer_unittest.cc 86 EXPECT_EQ(a.GetActionIndex(), b.GetActionIndex());
    [all...]
gesture_provider.cc 761 const int action_index = event.GetActionIndex();
velocity_tracker.cc 293 downIdBits.mark_bit(event.GetPointerId(event.GetActionIndex()));
  /external/chromium_org/content/browser/renderer_host/input/
motion_event_web.h 22 virtual int GetActionIndex() const OVERRIDE;
motion_event_android.h 57 virtual int GetActionIndex() const OVERRIDE;
motion_event_web.cc 80 int MotionEventWeb::GetActionIndex() const { return cached_action_index_; }
motion_event_android_unittest.cc 110 EXPECT_EQ(action_index, event.GetActionIndex());
motion_event_android.cc 265 int MotionEventAndroid::GetActionIndex() const {
web_input_event_util.cc 192 static_cast<int>(pointer_index) == event.GetActionIndex());
  /external/chromium_org/ui/events/gestures/
motion_event_aura.h 29 virtual int GetActionIndex() const OVERRIDE;
motion_event_aura_unittest.cc 130 // Test that |GetActionIndex()| returns the correct index when points have
148 EXPECT_EQ(1, event.GetActionIndex());
154 EXPECT_EQ(0, event.GetActionIndex());
349 EXPECT_EQ(1, event.GetActionIndex());
355 EXPECT_EQ(1, clone->GetActionIndex());
389 EXPECT_EQ(1, event.GetActionIndex());
motion_event_aura.cc 114 int MotionEventAura::GetActionIndex() const {

Completed in 433 milliseconds