HomeSort by relevance Sort by last modified time
    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