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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DDropTarget.java38 public int yOffset = -1; field in class:DropTarget.DragObject
89 int top = y - yOffset;
/packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java107 * @param yOffset Specifies a texel offset in the y 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.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.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
656 int top = y - yOffset;
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
2740 int top = y - yOffset;
2767 mDragViewVisualCenter = getDragViewVisualCenter(d.x, d.y, d.xOffset, d.yOffset,
/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
H A DGLES11Canvas.java954 public void texSubImage2D(BasicTexture texture, int xOffset, int yOffset, Bitmap bitmap, argument
958 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 165 milliseconds