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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DTiledTexture.java116 public int contentWidth; field in class:TiledTexture.Tile
121 contentWidth = width;
277 src.set(0, 0, t.contentWidth, t.contentHeight);
296 src.set(0, 0, t.contentWidth, t.contentHeight);
319 src.set(0, 0, t.contentWidth, t.contentHeight);

Completed in 8 milliseconds