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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoProcessor.java 42 * @param maxThumbnailPhotoDim The maximum height and width for the thumbnail photo.
45 public PhotoProcessor(Bitmap original, int maxDisplayPhotoDim, int maxThumbnailPhotoDim)
47 this(original, maxDisplayPhotoDim, maxThumbnailPhotoDim, false);
54 * @param maxThumbnailPhotoDim The maximum height and width for the thumbnail photo.
57 public PhotoProcessor(byte[] originalBytes, int maxDisplayPhotoDim, int maxThumbnailPhotoDim)
60 maxDisplayPhotoDim, maxThumbnailPhotoDim, false);
67 * @param maxThumbnailPhotoDim The maximum height and width for the thumbnail photo.
74 public PhotoProcessor(Bitmap original, int maxDisplayPhotoDim, int maxThumbnailPhotoDim,
78 mMaxThumbnailPhotoDim = maxThumbnailPhotoDim;
87 * @param maxThumbnailPhotoDim The maximum height and width for the thumbnail photo
    [all...]
DataRowHandlerForPhoto.java 146 int maxThumbnailPhotoDim = mContext.getResources().getInteger(
150 originalPhoto, maxDisplayPhotoDim, maxThumbnailPhotoDim);

Completed in 63 milliseconds