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

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TiledTexture.java 161 private static Tile obtainTile() {
198 Tile tile = obtainTile();
TileImageView.java 69 * RECYCLED --> ACTIVATED - by obtainTile()
515 private synchronized Tile obtainTile(int x, int y, int level) {
547 tile = obtainTile(x, y, level);

Completed in 194 milliseconds