Searched defs:xOffset (Results 1 - 19 of 19) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DDropTarget.java35 public int xOffset = -1; field in class:DropTarget.DragObject
83 int left = x - xOffset;
107 * @param xOffset Horizontal offset with the object being dragged where the original
137 * @param xOffset Horizontal 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/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/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;
H A DWorkspace.java1975 mDragViewVisualCenter = getDragViewVisualCenter(d.x, d.y, d.xOffset, d.yOffset,
2171 mDragViewVisualCenter = getDragViewVisualCenter(d.x, d.y, d.xOffset, d.yOffset, d.dragView,
2721 private float[] getDragViewVisualCenter(int x, int y, int xOffset, int yOffset, argument
2739 int left = x - xOffset;
2767 mDragViewVisualCenter = getDragViewVisualCenter(d.x, d.y, d.xOffset, d.yOffset,
/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.java932 public void texSubImage2D(BasicTexture texture, int xOffset, int yOffset, Bitmap bitmap, argument
937 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 571 milliseconds