Home
last modified time | relevance | path

Searched refs:lastPhoto (Results 1 – 1 of 1) sorted by relevance

/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
DPickImageInfo.java33 Bitmap lastPhoto = getThumbnailOfLastPhoto(context); in createView() local
34 if (lastPhoto != null) { in createView()
37 galleryThumbnailBg.setImageBitmap(lastPhoto); in createView()