Home
last modified time | relevance | path

Searched refs:xStep (Results 1 – 16 of 16) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DGestureDescriptionTest.java198 int xStep = 10; in testMaxTouchpoints_shouldHaveValidCoords() local
204 path.moveTo(baseStartPoint.x + i * xStep, baseStartPoint.y); in testMaxTouchpoints_shouldHaveValidCoords()
205 path.lineTo(baseEndPoint.x + i * xStep, baseEndPoint.y); in testMaxTouchpoints_shouldHaveValidCoords()
224 hasPoint(new PointF(baseStartPoint.x + i * xStep, baseStartPoint.y))); in testMaxTouchpoints_shouldHaveValidCoords()
226 hasPoint(new PointF(baseMidPoint.x + i * xStep, baseMidPoint.y))); in testMaxTouchpoints_shouldHaveValidCoords()
228 hasPoint(new PointF(baseEndPoint.x + i * xStep, baseEndPoint.y))); in testMaxTouchpoints_shouldHaveValidCoords()
/aosp12/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DInteractionController.java439 double xStep = 0;
446 xStep = ((double)(upX - downX)) / swipeSteps;
454 ret &= touchMove(downX + (int)(xStep * i), downY + (int)(yStep * i));
478 double xStep = 0;
494 xStep = ((double)(segments[seg+1].x - segments[seg].x)) / segmentSteps;
498 ret &= touchMove(segments[seg].x + (int)(xStep * i),
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
H A DGestureBot.java118 double xStep = 0; in swipe() local
126 xStep = ((double) (upX - downX)) / swipeSteps; in swipe()
135 touchMove(downX + (int) (xStep * i), downY + (int) (yStep * i), button); in swipe()
/aosp12/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
H A DTestWallpaper.java185 float xStep, float yStep, int xPixels, int yPixels) { in onOffsetsChanged() argument
186 super.onOffsetsChanged(xOffset, yOffset, xStep, yStep, xPixels, yPixels); in onOffsetsChanged()
192 mOffsetXStep = xStep; in onOffsetsChanged()
/aosp12/frameworks/base/core/java/android/view/
H A DIWindow.aidl114 …void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, float zoom, boolean sync… in dispatchWallpaperOffsets() argument
H A DViewRootImpl.java9927 public void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, in dispatchWallpaperOffsets() argument
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTestIWindow.java85 public void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, float zoom, in dispatchWallpaperOffsets() argument
/aosp12/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java117 public void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, float zoom, in dispatchWallpaperOffsets() argument
/aosp12/frameworks/base/core/java/android/app/
H A DDisabledWallpaperManager.java322 public void setWallpaperOffsetSteps(float xStep, float yStep) { in setWallpaperOffsetSteps() argument
H A DWallpaperManager.java2052 public void setWallpaperOffsetSteps(float xStep, float yStep) { in setWallpaperOffsetSteps() argument
2053 mWallpaperXStep = xStep; in setWallpaperOffsetSteps()
/aosp12/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java786 float xStep = (toX - fromX) / stepCount; in drag() local
793 x += xStep; in drag()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWallpaperController.java400 WindowState window, float x, float y, float xStep, float yStep) { in setWindowWallpaperPosition() argument
404 window.mWallpaperXStep = xStep; in setWindowWallpaperPosition()
H A DSession.java504 public void setWallpaperPosition(IBinder window, float x, float y, float xStep, float yStep) { in setWallpaperPosition() argument
509 wpController.setWindowWallpaperPosition(windowState, x, y, xStep, yStep)); in setWallpaperPosition()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DSystemWindows.java372 public void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, in dispatchWallpaperOffsets() argument
/aosp12/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java406 public void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep,
412 mPendingXOffsetStep = xStep;
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...