Searched defs:offsetY (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPositionRepository.java124 public void setOffset(int offsetX, int offsetY) { argument
126 mOffsetY = offsetY;
/packages/apps/Gallery/src/com/android/camera/
H A DGalleryPicker.java622 int heightPadding, int offsetX, int offsetY,
628 int yPos = (row * (imageHeight + heightPadding)) - offsetY;
620 placeImage(Bitmap image, Canvas c, Paint paint, int imageWidth, int widthPadding, int imageHeight, int heightPadding, int offsetX, int offsetY, int pos) argument

Completed in 190 milliseconds