Searched refs:yOffset (Results 1 - 25 of 41) sorted by relevance

12

/packages/wallpapers/MusicVisualization/src/com/android/musicvis/
H A DRenderScriptWallpaper.java98 public void onOffsetsChanged(float xOffset, float yOffset, argument
100 mRenderer.setOffset(xOffset, yOffset, xPixels, yPixels);
H A DRenderScriptScene.java86 public void setOffset(float xOffset, float yOffset, int xPixels, int yPixels) { argument
H A DGenericWaveRS.java181 public void setOffset(float xOffset, float yOffset, int xPixels, int yPixels) { argument
/packages/apps/Gallery2/src/com/android/gallery3d/anim/
H A DStateTransitionAnimation.java153 int yOffset = view.getHeight() / 2;
154 canvas.translate(xOffset, yOffset);
156 mOldScreenTexture.draw(canvas, -xOffset, -yOffset);
168 int yOffset = view.getHeight() / 2;
169 canvas.translate(xOffset, yOffset);
171 canvas.translate(-xOffset, -yOffset);
/packages/wallpapers/Basic/src/com/android/wallpaper/
H A DRenderScriptWallpaper.java90 public void onOffsetsChanged(float xOffset, float yOffset, argument
92 if (mRenderer != null) mRenderer.setOffset(xOffset, yOffset, xPixels, yPixels);
H A DRenderScriptScene.java85 public void setOffset(float xOffset, float yOffset, int xPixels, int yPixels) { argument
/packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
H A DHoloSpiralWallpaper.java121 public void onOffsetsChanged(float xOffset, float yOffset, float xOffsetStep, argument
123 mWallpaperRS.setOffset(xOffset, yOffset, xPixelOffset, yPixelOffset);
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
H A DRenderScriptWallpaper.java94 public void onOffsetsChanged(float xOffset, float yOffset, argument
96 mRenderer.setOffset(xOffset, yOffset, xStep, yStep, xPixels, yPixels);
H A DRenderScriptScene.java89 public void setOffset(float xOffset, float yOffset, float xStep, float yStep, int xPixels, int yPixels) { argument
H A DMagicSmokeRS.java236 public void setOffset(float xOffset, float yOffset, float xStep, float yStep, int xPixels, int yPixels) { argument
239 mWorldState.mYOffset = yOffset;
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDropTarget.java40 public int yOffset = -1; field in class:DropTarget.DragObject
122 * @param yOffset Vertical offset with the object being dragged where the original
153 * @param yOffset Vertical offset with the object being dragged where the original
171 * @param yOffset Vertical offset with the object being dragged where the
H A DButtonDropTarget.java152 final int yOffset = (int) -(viewHeight - height) / 2;
153 to.offset(xOffset, yOffset);
H A DDeleteDropTarget.java342 float yOffset = ((scale - 1f) * dragView.getMeasuredHeight()) / 2f;
345 mFrom.top += yOffset;
H A DAppWidgetResizeFrame.java404 int yOffset = mCellLayout.getTop() + mCellLayout.getPaddingTop()
413 int newY = mWidgetView.getTop() - mBackgroundPadding + yOffset + mWidgetPaddingTop;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDropTarget.java40 public int yOffset = -1; field in class:DropTarget.DragObject
122 * @param yOffset Vertical offset with the object being dragged where the original
152 * @param yOffset Vertical offset with the object being dragged where the
H A DButtonDropTarget.java156 final int yOffset = (int) -(viewHeight - height) / 2;
157 to.offset(xOffset, yOffset);
H A DDeleteDropTarget.java445 float yOffset = ((scale - 1f) * dragView.getMeasuredHeight()) / 2f;
448 mFrom.top += yOffset;
/packages/wallpapers/Basic/src/com/android/wallpaper/fall/
H A DFallRS.java91 public void setOffset(float xOffset, float yOffset, int xPixels, int yPixels) { argument
169 final float yOffset = (((float)y / hResolution) * 2.f - 1.f) * height / width;
171 tmb.addVertex(((float)x / wResolution) * 2.f - 1.f, yOffset);
177 final int yOffset = y * (wResolution + 1);
179 final int index = yOffset + x;
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java174 * @param yOffset Specifies a texel offset in the y direction within the
179 public abstract void texSubImage2D(BasicTexture texture, int xOffset, int yOffset, argument
/packages/apps/Launcher3/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java174 * @param yOffset Specifies a texel offset in the y direction within the
179 public abstract void texSubImage2D(BasicTexture texture, int xOffset, int yOffset, argument
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis3/
H A DVisualization3RS.java51 public void setOffset(float xOffset, float yOffset, int xPixels, int yPixels) { argument
/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
H A DPhaseBeamWallpaper.java109 public void onOffsetsChanged(float xOffset, float yOffset, float xOffsetStep, argument
112 //mWallpaperRS.setOffset(xOffset, yOffset, xPixelOffset, yPixelOffset);
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis1/
H A DVisualization1.java142 public void onOffsetsChanged(float xOffset, float yOffset, argument
/packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/
H A DGalaxyRS.java120 public void setOffset(float xOffset, float yOffset, int xPixels, int yPixels) { argument
/packages/wallpapers/Basic/src/com/android/wallpaper/nexus/
H A DNexusRS.java67 public void setOffset(float xOffset, float yOffset, int xPixels, int yPixels) { argument

Completed in 572 milliseconds

12