Searched refs:ImageFetch (Results 1 – 1 of 1) sorted by relevance
75 private static ImageFetch[] sImageFetchSeq;77 private static class ImageFetch { class in PhotoDataAdapter80 public ImageFetch(int offset, int bit) { in ImageFetch() method in PhotoDataAdapter.ImageFetch88 sImageFetchSeq = new ImageFetch[1 + (IMAGE_CACHE_SIZE - 1) * 2 + 3];89 sImageFetchSeq[k++] = new ImageFetch(0, BIT_SCREEN_NAIL);92 sImageFetchSeq[k++] = new ImageFetch(i, BIT_SCREEN_NAIL);93 sImageFetchSeq[k++] = new ImageFetch(-i, BIT_SCREEN_NAIL);96 sImageFetchSeq[k++] = new ImageFetch(0, BIT_FULL_IMAGE);97 sImageFetchSeq[k++] = new ImageFetch(1, BIT_FULL_IMAGE);98 sImageFetchSeq[k++] = new ImageFetch(-1, BIT_FULL_IMAGE);