Searched defs:yOffset (Results 1 - 25 of 31) sorted by relevance

12

/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/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
/packages/wallpapers/Basic/src/com/android/wallpaper/
H A DRenderScriptScene.java85 public void setOffset(float xOffset, float yOffset, int xPixels, int yPixels) { argument
H A DRenderScriptWallpaper.java90 public void onOffsetsChanged(float xOffset, float yOffset, argument
92 if (mRenderer != null) mRenderer.setOffset(xOffset, yOffset, xPixels, yPixels);
/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
/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);
H A DHoloSpiralRS.java78 public void setOffset(float xOffset, float yOffset, int xPixels, int yPixels) { argument
/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/wallpapers/MusicVisualization/src/com/android/musicvis/
H A DRenderScriptScene.java86 public void setOffset(float xOffset, float yOffset, int xPixels, int yPixels) { argument
H A DRenderScriptWallpaper.java98 public void onOffsetsChanged(float xOffset, float yOffset, argument
100 mRenderer.setOffset(xOffset, yOffset, xPixels, yPixels);
H A DGenericWaveRS.java181 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);
H A DPhaseBeamRS.java248 public void setOffset(float xOffset, float yOffset, int xPixels, int yPixels) { argument
/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 DFolder.java620 float[] r = getDragViewVisualCenter(d.x, d.y, d.xOffset, d.yOffset, d.dragView, null);
639 private float[] getDragViewVisualCenter(int x, int y, int xOffset, int yOffset, argument
653 int top = y - yOffset;
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/
H A DGrassRS.java171 public void setOffset(float xOffset, float yOffset, int xPixels, int yPixels) { argument
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis1/
H A DVisualization1.java142 public void onOffsetsChanged(float xOffset, float yOffset, argument
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
H A DVisualization5RS.java147 public void setOffset(float xOffset, float yOffset, int xPixels, int yPixels) { argument
/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/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/wallpapers/Basic/src/com/android/wallpaper/polarclock/
H A DPolarClockWallpaper.java451 public void onOffsetsChanged(float xOffset, float yOffset, argument

Completed in 217 milliseconds

12