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

  /external/chromium_org/ui/events/gesture_detection/
motion_event_buffer_unittest.cc 272 MockMotionEvent move0(MotionEvent::ACTION_MOVE, event_time, 1.f, 1.f);
273 buffer.OnMotionEvent(move0);
303 EXPECT_EVENT_HISTORY_EQ(*events.front(), 0, move0);
311 MockMotionEvent move0(MotionEvent::ACTION_MOVE, event_time, 1.f, 1.f);
312 buffer.OnMotionEvent(move0);
324 EXPECT_EVENT_EQ(move0, *GetLastEvent());
415 MotionEventGeneric move0(MotionEvent::ACTION_MOVE, event_time, p0);
416 move0.PushPointer(p1);
417 buffer.OnMotionEvent(move0);
440 EXPECT_EVENT_HISTORY_EQ(*events.front(), 0, move0);
    [all...]
  /external/chromium_org/ui/events/gestures/
motion_event_aura_unittest.cc 233 TouchEvent move0 = local
235 event.OnTouch(move0);
326 TouchEvent move0 = TouchWithTime( local
328 event.OnTouch(move0);
357 TouchEvent move0 = TouchWithType(ET_TOUCH_MOVED, ids[0]); local
358 event.OnTouch(move0);

Completed in 1008 milliseconds