Searched defs:GetReceivedGesture (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_provider_unittest.cc176 const GestureEventData& GetReceivedGesture(size_t index) const { function in class:ui::GestureProviderTest
309 EXPECT_EQ(ET_GESTURE_SCROLL_BEGIN, GetReceivedGesture(1).type());
310 EXPECT_EQ(motion_event_id, GetReceivedGesture(1).motion_event_id);
311 EXPECT_EQ(event_time + kOneSecond, GetReceivedGesture(1).time)
586 ASSERT_EQ(ET_GESTURE_SCROLL_BEGIN, GetReceivedGesture(1).type());
587 EXPECT_EQ(motion_event_id, GetReceivedGesture(1).motion_event_id);
591 int hint_x = GetReceivedGesture(1).details.scroll_x_hint();
592 int hint_y = GetReceivedGesture(1).details.scroll_y_hint();
1529 EXPECT_EQ((kFakeCoordX + secondary_coord_x) / 2, GetReceivedGesture(3).x);
1530 EXPECT_EQ((kFakeCoordY + secondary_coord_y) / 2, GetReceivedGesture(
[all...]

Completed in 47 milliseconds