Searched refs:yStep (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.java6283 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.java442 double yStep = 0;
449 yStep = ((double)(upY - downY)) / swipeSteps;
456 ret &= touchMove(downX + (int)(xStep * i), downY + (int)(yStep * i));
481 double yStep = 0;
497 yStep = ((double)(segments[seg+1].y - segments[seg].y)) / segmentSteps;
501 segments[seg].y + (int)(yStep * i));
/frameworks/uiautomator/src/com/android/uiautomator/core/
H A DInteractionController.java442 double yStep = 0;
449 yStep = ((double)(upY - downY)) / swipeSteps;
456 ret &= touchMove(downX + (int)(xStep * i), downY + (int)(yStep * i));
481 double yStep = 0;
497 yStep = ((double)(segments[seg+1].y - segments[seg].y)) / segmentSteps;
501 segments[seg].y + (int)(yStep * 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.java2647 float xStep, float yStep) {
2652 window.mWallpaperYStep = yStep;
2646 setWindowWallpaperPositionLocked(WindowState window, float x, float y, float xStep, float yStep) argument
/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java773 float yStep = (toY - fromY) / stepCount;
782 y += yStep;
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java967 * @param yStep The Y offset delta from one screen to the next one
969 public void setWallpaperOffsetSteps(float xStep, float yStep) { argument
971 mWallpaperYStep = yStep;
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java281 public void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep,
288 mPendingYOffsetStep = yStep;

Completed in 286 milliseconds