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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DDropTarget.java37 public int xOffset = -1; field in class:DropTarget.DragObject
90 int left = x - xOffset;
114 * @param xOffset Horizontal offset with the object being dragged where the original
144 * @param xOffset Horizontal offset with the object being dragged where the
/packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java105 * @param xOffset Specifies a texel offset in the x direction within the
112 public abstract void texSubImage2D(BasicTexture texture, int xOffset, int yOffset, argument
H A DGLES20Canvas.java485 public void texSubImage2D(BasicTexture texture, int xOffset, int yOffset, Bitmap bitmap, argument
489 GLUtils.texSubImage2D(GL_TARGET, 0, xOffset, yOffset, bitmap, format, type);
/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);

Completed in 1444 milliseconds