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

  /frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
ListPopupWindowTest.java 313 private void emulateDragDownGesture(int emulatedX, int emulatedStartY, int swipeAmount) {
324 downTime, downTime, MotionEvent.ACTION_DOWN, emulatedX, emulatedStartY, 1);
332 moveTime, moveTime, MotionEvent.ACTION_MOVE, emulatedX, moveY, 1);
341 upTime, upTime, MotionEvent.ACTION_UP, emulatedX, emulatedStartY + swipeAmount, 1);
386 int emulatedX = anchorOnScreenXY[0] + anchor.getWidth() / 2;
391 emulateDragDownGesture(emulatedX, emulatedStartY, swipeAmount);
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
CtsTouchUtils.java 385 final int emulatedX = viewGroupOnScreenXY[0] + viewGroup.getWidth() / 2;
393 emulateDragGesture(instrumentation, emulatedX, emulatedStartY, 0, -swipeAmount,
  /cts/tests/tests/widget/src/android/widget/cts/
ListPopupWindowTest.java     [all...]

Completed in 3465 milliseconds