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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DTiledTexture.java117 public int contentHeight; field in class:TiledTexture.Tile
122 contentHeight = height;
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 233 milliseconds