HomeSort by relevance Sort by last modified time
    Searched refs:move0 (Results 1 - 3 of 3) 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...]
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
HierarchicalMove.java 66 Transition move0 = new ChangeBounds(); local
67 move0.addTarget(buttons[0]);
90 group12345.addTransition(move0).addTransition(group12).addTransition(group345);
  /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 83 milliseconds