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

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
FingerPaint.java 100 private void touch_move(float x, float y) { method in class:FingerPaint.MyView
128 touch_move(x, y); method
  /external/chromium_org/ui/chromeos/
touch_exploration_controller_unittest.cc 303 ui::TouchEvent touch_move(ui::ET_TOUCH_MOVED,
307 generator_->Dispatch(&touch_move);
312 CONFIRM_EVENTS_ARE_TOUCH_AND_EQUAL(captured_events[0], &touch_move);
373 ui::TouchEvent touch_move(
378 generator_->Dispatch(&touch_move);
380 CONFIRM_EVENTS_ARE_TOUCH_AND_EQUAL(captured_events[0], &touch_move);
    [all...]

Completed in 176 milliseconds