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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackViewLayoutAlgorithm.java291 for (int xStep = 0; xStep <= PrecisionSteps; xStep++) {
292 fx[xStep] = logFunc(x);
299 for (int xStep = 1; xStep < PrecisionSteps; xStep++) {
300 dx[xStep] = (float) Math.sqrt(Math.pow(fx[xStep] - fx[xStep
[all...]
/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.java6790 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.java66 public void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, argument
H A DBridgeWindowSession.java167 float xStep, float yStep) {
166 setWallpaperPosition(IBinder window, float x, float y, float xStep, float yStep) argument
/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java72 public void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, boolean sync) { argument
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
H A DTestWallpaper.java177 float xStep, float yStep, int xPixels, int yPixels) {
178 super.onOffsetsChanged(xOffset, yOffset, xStep, yStep, xPixels, yPixels);
184 mOffsetXStep = xStep;
176 onOffsetsChanged(float xOffset, float yOffset, float xStep, float yStep, int xPixels, int yPixels) argument
/frameworks/base/cmds/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/base/services/core/java/com/android/server/wm/
H A DSession.java403 public void setWallpaperPosition(IBinder window, float x, float y, float xStep, float yStep) { argument
409 x, y, xStep, yStep);
H A DWindowManagerService.java3004 float xStep, float yStep) {
3008 window.mWallpaperXStep = xStep;
3003 setWindowWallpaperPositionLocked(WindowState window, float x, float y, float xStep, float yStep) argument
/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java762 float xStep = (toX - fromX) / stepCount;
769 x += xStep;
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/helper/
H A DItemTouchHelperTest.java596 float xStep = (toX - fromX) / stepCount;
603 x += xStep;
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java1082 * launcher has 3 virtual screens, it would specify an xStep of 0.5,
1084 * @param xStep The X offset delta from one screen to the next one
1087 public void setWallpaperOffsetSteps(float xStep, float yStep) { argument
1088 mWallpaperXStep = xStep;
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java297 public void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep,
303 mPendingXOffsetStep = xStep;
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewLayoutTest.java1174 float xStep = (toX - fromX) / stepCount;
1181 x += xStep;

Completed in 280 milliseconds