Searched refs:downY (Results 1 – 6 of 6) 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 127 yStep = ((double) (upY - downY)) / 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/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 | 318 public void logStateChangeAction(int action, int dir, int downX, int downY, in logStateChangeAction() argument 337 event.srcTarget[0].spanY = downY; in logStateChangeAction() 401 public void logActionBack(boolean completed, int downX, int downY, boolean isButton, in logActionBack() argument 411 target.spanY = downY; in logActionBack()
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | RecyclerViewFastScroller.java | 274 private void calcTouchOffsetAndPrepToFastScroll(int downY, int lastY) { in calcTouchOffsetAndPrepToFastScroll() argument 279 mTouchOffsetY += (lastY - downY); in calcTouchOffsetAndPrepToFastScroll()
|
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/ |
D | TouchInteractionService.java | 108 public void onBackAction(boolean completed, int downX, int downY, boolean isButton,
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/ |
D | TouchInteractionService.java | 204 public void onBackAction(boolean completed, int downX, int downY, boolean isButton, 212 UserEventDispatcher.newInstance(getBaseContext()).logActionBack(completed, downX, downY,
|