Searched defs:xOffset (Results 1 - 25 of 27) 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
52 mWorldState.yRotation = (xOffset * 4) * 360;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDropTarget.java37 public int xOffset = -1; field in class:DropTarget.DragObject
120 * @param xOffset Horizontal offset with the object being dragged where the original
150 * @param xOffset Horizontal offset with the object being dragged where the
H A DFolder.java740 final float[] r = getDragViewVisualCenter(d.x, d.y, d.xOffset, d.yOffset, dragView, null);
777 private float[] getDragViewVisualCenter(int x, int y, int xOffset, int yOffset, argument
790 int left = x - xOffset;
/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/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
79 mScript.set_gXOffset(xOffset);
/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
238 mWorldState.mXOffset = xOffset;
/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
182 mWorldState.yRotation = (xOffset * 4) * 180;
/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
249 mScript.set_xOffset(xOffset);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDropTarget.java37 public int xOffset = -1; field in class:DropTarget.DragObject
120 * @param xOffset Horizontal offset with the object being dragged where the original
151 * @param xOffset Horizontal offset with the object being dragged where the original
169 * @param xOffset Horizontal offset with the object being dragged where the
H A DFolder.java623 float[] r = getDragViewVisualCenter(d.x, d.y, d.xOffset, d.yOffset, d.dragView, null);
642 private float[] getDragViewVisualCenter(int x, int y, int xOffset, int yOffset, argument
655 int left = x - xOffset;
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis1/
H A DVisualization1.java142 public void onOffsetsChanged(float xOffset, float yOffset, argument
144 mOffset = xOffset;
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
H A DVisualization5RS.java147 public void setOffset(float xOffset, float yOffset, int xPixels, int yPixels) { argument
149 mWorldState.mRotate = (xOffset - 0.5f) * 90;
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java172 * @param xOffset Specifies a texel offset in the x direction within the
179 public abstract void texSubImage2D(BasicTexture texture, int xOffset, int yOffset, argument
H A DGLES11Canvas.java956 public void texSubImage2D(BasicTexture texture, int xOffset, int yOffset, Bitmap bitmap, argument
960 GLUtils.texSubImage2D(target, 0, xOffset, yOffset, bitmap, format, type);
H A DGLES20Canvas.java933 public void texSubImage2D(BasicTexture texture, int xOffset, int yOffset, Bitmap bitmap, argument
938 GLUtils.texSubImage2D(target, 0, xOffset, yOffset, bitmap, format, type);
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java170 * @param xOffset Specifies a texel offset in the x direction within the
177 public abstract void texSubImage2D(BasicTexture texture, int xOffset, int yOffset, argument
H A DGLES20Canvas.java933 public void texSubImage2D(BasicTexture texture, int xOffset, int yOffset, Bitmap bitmap, argument
938 GLUtils.texSubImage2D(target, 0, xOffset, yOffset, bitmap, format, type);
/packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/
H A DPolarClockWallpaper.java451 public void onOffsetsChanged(float xOffset, float yOffset, argument
455 mOffsetX = xOffset;

Completed in 447 milliseconds

12