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

  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
TiledTexture.java 170 private static Tile obtainTile() {
209 Tile tile = obtainTile();
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageRenderer.java 60 * RECYCLED --> ACTIVATED - by obtainTile()
519 private Tile obtainTile(int x, int y, int level) {
555 tile = obtainTile(x, y, level);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java 66 * RECYCLED --> ACTIVATED - by obtainTile()
512 private synchronized Tile obtainTile(int x, int y, int level) {
544 tile = obtainTile(x, y, level);
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java 60 * RECYCLED --> ACTIVATED - by obtainTile()
519 private Tile obtainTile(int x, int y, int level) {
555 tile = obtainTile(x, y, level);
  /packages/apps/WallpaperPicker/src/com/android/photos/views/
TiledImageRenderer.java 60 * RECYCLED --> ACTIVATED - by obtainTile()
519 private Tile obtainTile(int x, int y, int level) {
555 tile = obtainTile(x, y, level);

Completed in 267 milliseconds