OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:galleryicon
(Results
1 - 1
of
1
) sorted by null
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperListAdapter.java
156
BitmapDrawable
galleryIcon
= (BitmapDrawable) res.getDrawable(
206
galleryIcon
.setBounds(0, 0, thumbWidth, thumbHeight);
207
galleryIcon
.setGravity(Gravity.CENTER);
208
galleryIcon
.draw(canvas);
Completed in 62 milliseconds