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

  /packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
IconHelper.java 92 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/
ThumbnailLoader.java 67 * @param thumbSize - size of the thumbnail.
71 public ThumbnailLoader(Uri uri, ImageView iconThumb, Point thumbSize, long lastModified,
76 mThumbSize = thumbSize;
  /hardware/interfaces/camera/device/3.4/default/
ExternalCameraDeviceSession.cpp     [all...]
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoThumbnailFragment.java 148 * Gets the dp value from the thumbSize resource as an integer in dps. The value can
152 int pixelSize = getResources().getDimensionPixelSize(R.dimen.thumbSize);
  /frameworks/av/media/mtp/
MtpServer.cpp 820 size_t thumbSize;
821 void* thumb = mDatabase->getThumbnail(handle, thumbSize);
826 mData.writeData(mHandle, thumb, thumbSize);
    [all...]
  /hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
ExternalCameraDeviceSession.h 227 const Size& v4lSize, const Size& thumbSize,

Completed in 247 milliseconds