Searched refs:downX (Results 1 – 5 of 5) sorted by relevance
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/ |
D | GestureBot.java | 115 private void swipe(int downX, int downY, int upX, int upY, int steps, int button, in swipe() argument 126 xStep = ((double) (upX - downX)) / swipeSteps; in swipe() 130 touchDown(downX, downY, button); in swipe() 135 touchMove(downX + (int) (xStep * i), downY + (int) (yStep * i), button); in swipe()
|
/packages/apps/Car/libs/car-ui-lib/tests/unit/src/com/android/car/ui/actions/ |
D | LowLevelActions.java | 130 public static ViewAction performDrag(final float downX, final float downY, 151 float[] coordinatesDown = new float[]{downX + location[0], downY + location[1]}; 152 float[] coordinatesMove = new float[]{downX + location[0], downY + location[1]};
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/ |
D | UserEventDispatcherExtension.java | 45 public void logStateChangeAction(int action, int dir, int downX, int downY, in logStateChangeAction() argument 50 super.logStateChangeAction(action, dir, downX, downY, srcChildTargetType, in logStateChangeAction()
|
/packages/apps/Launcher3/src/com/android/launcher3/logging/ |
D | UserEventDispatcher.java | 314 public void logStateChangeAction(int action, int dir, int downX, int downY, in logStateChangeAction() argument 332 event.srcTarget[0].spanX = downX; in logStateChangeAction() 417 public void logActionBack(boolean completed, int downX, int downY, boolean isButton, in logActionBack() argument 426 target.spanX = downX; in logActionBack()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/ |
D | TouchInteractionService.java | 207 public void onBackAction(boolean completed, int downX, int downY, boolean isButton, 215 UserEventDispatcher.newInstance(getBaseContext()).logActionBack(completed, downX, downY,
|