Searched refs:mEmptyDrawable (Results 1 - 1 of 1) sorted by relevance

/development/samples/training/threadsample/src/com/example/android/threadsample/
H A DPhotoThumbnailFragment.java58 private Drawable mEmptyDrawable; field in class:PhotoThumbnailFragment
185 mEmptyDrawable = getResources().getDrawable(R.drawable.imagenotqueued);
234 if (mEmptyDrawable != null) {
235 this.mEmptyDrawable.setCallback(null);
236 this.mEmptyDrawable = null;
386 localURL, true, PhotoThumbnailFragment.this.mEmptyDrawable);

Completed in 38 milliseconds