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

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DTiledTexture.java117 public int contentWidth; field in class:TiledTexture.Tile
122 contentWidth = width;
278 src.set(0, 0, t.contentWidth, t.contentHeight);
297 src.set(0, 0, t.contentWidth, t.contentHeight);
320 src.set(0, 0, t.contentWidth, t.contentHeight);

Completed in 89 milliseconds