Searched refs:xStep (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/java/android/view/
H A DIWindow.aidl66 void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, boolean sync);
H A DViewRootImpl.java6195 public void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindow.java71 public void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, argument
H A DBridgeWindowSession.java166 float xStep, float yStep) {
165 setWallpaperPosition(IBinder window, float x, float y, float xStep, float yStep) argument
/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java76 public void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, boolean sync) { argument
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DInteractionController.java441 double xStep = 0;
448 xStep = ((double)(upX - downX)) / swipeSteps;
456 ret &= touchMove(downX + (int)(xStep * i), downY + (int)(yStep * i));
480 double xStep = 0;
496 xStep = ((double)(segments[seg+1].x - segments[seg].x)) / segmentSteps;
500 ret &= touchMove(segments[seg].x + (int)(xStep * i),
/frameworks/uiautomator/core/com/android/uiautomator/core/
H A DInteractionController.java441 double xStep = 0;
448 xStep = ((double)(upX - downX)) / swipeSteps;
456 ret &= touchMove(downX + (int)(xStep * i), downY + (int)(yStep * i));
480 double xStep = 0;
496 xStep = ((double)(segments[seg+1].x - segments[seg].x)) / segmentSteps;
500 ret &= touchMove(segments[seg].x + (int)(xStep * i),
/frameworks/base/services/java/com/android/server/wm/
H A DSession.java391 public void setWallpaperPosition(IBinder window, float x, float y, float xStep, float yStep) { argument
397 x, y, xStep, yStep);
H A DWindowManagerService.java2643 float xStep, float yStep) {
2647 window.mWallpaperXStep = xStep;
2642 setWindowWallpaperPositionLocked(WindowState window, float x, float y, float xStep, float yStep) argument
/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java774 float xStep = (toX - fromX) / stepCount;
783 x += xStep;
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java964 * launcher has 3 virtual screens, it would specify an xStep of 0.5,
966 * @param xStep The X offset delta from one screen to the next one
969 public void setWallpaperOffsetSteps(float xStep, float yStep) { argument
970 mWallpaperXStep = xStep;
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java281 public void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep,
287 mPendingXOffsetStep = xStep;

Completed in 236 milliseconds