Searched refs:thumbSize (Results 1 - 2 of 2) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DIconHelper.java92 int thumbSize = getThumbSize(mode);
93 mCurrentSize = new Point(thumbSize, thumbSize);
97 int thumbSize;
100 thumbSize = mContext.getResources().getDimensionPixelSize(R.dimen.grid_width);
103 thumbSize = mContext.getResources().getDimensionPixelSize(
109 return thumbSize;
/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DThumbnailLoader.java69 * @param thumbSize - size of the thumbnail.
73 public ThumbnailLoader(Uri uri, ImageView iconThumb, Point thumbSize, long lastModified, argument
78 mThumbSize = thumbSize;

Completed in 87 milliseconds