Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/photos/adapters/
DAlbumSetCursorAdapter.java61 ImageView thumbImageView = (ImageView) v.findViewById( in bindView() local
63 Drawable recycle = thumbImageView.getDrawable(); in bindView()
66 thumbImageView.setImageDrawable(drawable); in bindView()