Searched refs:GetActionIndex (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
H A Dmotion_event.cc50 lhs.GetActionIndex() != rhs.GetActionIndex() ||
H A Dmotion_event.h53 virtual int GetActionIndex() const = 0;
H A Dgesture_detector.cc204 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();
H A Dmotion_event_generic.h44 virtual int GetActionIndex() const OVERRIDE;
H A Dmotion_event_buffer.cc162 event->set_action_index(event0.GetActionIndex());
182 virtual int GetActionIndex() const OVERRIDE {
183 return latest().GetActionIndex();
H A Dmotion_event_generic.cc78 int MotionEventGeneric::GetActionIndex() const { function in class:ui::MotionEventGeneric
H A Dmotion_event_generic_unittest.cc46 EXPECT_EQ(1, event.GetActionIndex());
H A Dscale_gesture_detector.cc123 const int skip_index = pointer_up ? event.GetActionIndex() : -1;
H A Dmotion_event_buffer_unittest.cc86 EXPECT_EQ(a.GetActionIndex(), b.GetActionIndex());
H A Dgesture_provider.cc761 const int action_index = event.GetActionIndex();
H A Dvelocity_tracker.cc293 downIdBits.mark_bit(event.GetPointerId(event.GetActionIndex()));
/external/chromium_org/content/browser/renderer_host/input/
H A Dmotion_event_web.h22 virtual int GetActionIndex() const OVERRIDE;
H A Dmotion_event_android.h57 virtual int GetActionIndex() const OVERRIDE;
H A Dmotion_event_web.cc80 int MotionEventWeb::GetActionIndex() const { return cached_action_index_; } function in class:content::MotionEventWeb
H A Dmotion_event_android_unittest.cc110 EXPECT_EQ(action_index, event.GetActionIndex());
H A Dmotion_event_android.cc265 int MotionEventAndroid::GetActionIndex() const { function in class:content::MotionEventAndroid
H A Dweb_input_event_util.cc192 static_cast<int>(pointer_index) == event.GetActionIndex());
/external/chromium_org/ui/events/gestures/
H A Dmotion_event_aura.h29 virtual int GetActionIndex() const OVERRIDE;
H A Dmotion_event_aura_unittest.cc130 // 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());
H A Dmotion_event_aura.cc114 int MotionEventAura::GetActionIndex() const { function in class:ui::MotionEventAura

Completed in 310 milliseconds