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

/frameworks/base/core/java/android/view/
H A DIWindow.aidl65 void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, boolean sync);
H A DViewRootImpl.java4775 public void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, argument
/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java64 public void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, boolean sync) { argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindow.java66 public void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, argument
H A DBridgeWindowSession.java148 float xStep, float yStep) {
147 setWallpaperPosition(IBinder window, float x, float y, float xStep, float yStep) argument
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DInteractionController.java274 double xStep = 0;
281 xStep = ((double)(upX - downX)) / swipeSteps;
287 ret &= touchMove(downX + (int)(xStep * i), downY + (int)(yStep * i));
309 double xStep = 0;
325 xStep = ((double)(segments[seg+1].x - segments[seg].x)) / segmentSteps;
329 ret &= touchMove(segments[seg].x + (int)(xStep * i),
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java702 * launcher has 3 virtual screens, it would specify an xStep of 0.5,
704 * @param xStep The X offset delta from one screen to the next one
707 public void setWallpaperOffsetSteps(float xStep, float yStep) { argument
708 mWallpaperXStep = xStep;
/frameworks/base/services/java/com/android/server/wm/
H A DSession.java357 public void setWallpaperPosition(IBinder window, float x, float y, float xStep, float yStep) { argument
363 x, y, xStep, yStep);
H A DWindowManagerService.java2635 float xStep, float yStep) {
2639 window.mWallpaperXStep = xStep;
2634 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/service/wallpaper/
H A DWallpaperService.java275 public void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep,
281 mPendingXOffsetStep = xStep;

Completed in 210 milliseconds