HomeSort by relevance Sort by last modified time
    Searched refs:BORDER_SIZE (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumLabelMaker.java 36 private static final int BORDER_SIZE = 0;
64 return BORDER_SIZE;
115 int borders = 2 * BORDER_SIZE;
163 int borders = 2 * BORDER_SIZE;
169 canvas.clipRect(BORDER_SIZE, BORDER_SIZE,
170 bitmap.getWidth() - BORDER_SIZE,
171 bitmap.getHeight() - BORDER_SIZE);
174 canvas.translate(BORDER_SIZE, BORDER_SIZE);
    [all...]
TiledTexture.java 40 private static final int BORDER_SIZE = 1;
41 private static final int TILE_SIZE = CONTENT_SIZE + 2 * BORDER_SIZE;
122 mWidth = width + 2 * BORDER_SIZE;
123 mHeight = height + 2 * BORDER_SIZE;
130 int x = BORDER_SIZE - offsetX;
131 int y = BORDER_SIZE - offsetY;
273 src.offset(BORDER_SIZE - t.offsetX, BORDER_SIZE - t.offsetY);
290 src.offset(BORDER_SIZE - t.offsetX, BORDER_SIZE - t.offsetY)
    [all...]

Completed in 174 milliseconds