HomeSort by relevance Sort by last modified time
    Searched refs:thumbDrawable (Results 1 - 4 of 4) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
SavedWallpaperImages.java 134 Drawable thumbDrawable = mImages.get(position).mThumb;
135 if (thumbDrawable == null) {
139 mLayoutInflater, position, convertView, parent, thumbDrawable);
WallpaperPickerActivity.java 640 Drawable thumbDrawable = image.getDrawable();
641 thumbDrawable.setDither(true);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
WallpaperChooserDialogFragment.java 255 Drawable thumbDrawable = image.getDrawable();
256 if (thumbDrawable != null) {
257 thumbDrawable.setDither(true);
  /frameworks/base/core/java/android/widget/
FastScroller.java 278 final Drawable thumbDrawable = ta.getDrawable(THUMB_DRAWABLE);
279 if (thumbDrawable != null) {
280 thumbImage.setImageDrawable(thumbDrawable);
282 width = Math.max(width, thumbDrawable.getIntrinsicWidth());
286 if (thumbDrawable.getIntrinsicWidth() <= 0 || thumbDrawable.getIntrinsicHeight() <= 0) {
    [all...]

Completed in 621 milliseconds