OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxDisplayPhotoDim
(Results
1 - 2
of
2
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoProcessor.java
41
* @param
maxDisplayPhotoDim
The maximum height and width for the display photo.
45
public PhotoProcessor(Bitmap original, int
maxDisplayPhotoDim
, int maxThumbnailPhotoDim)
47
this(original,
maxDisplayPhotoDim
, maxThumbnailPhotoDim, false);
53
* @param
maxDisplayPhotoDim
The maximum height and width for the display photo.
57
public PhotoProcessor(byte[] originalBytes, int
maxDisplayPhotoDim
, int maxThumbnailPhotoDim)
60
maxDisplayPhotoDim
, maxThumbnailPhotoDim, false);
66
* @param
maxDisplayPhotoDim
The maximum height and width for the display photo.
74
public PhotoProcessor(Bitmap original, int
maxDisplayPhotoDim
, int maxThumbnailPhotoDim,
77
mMaxDisplayPhotoDim =
maxDisplayPhotoDim
;
86
* @param
maxDisplayPhotoDim
The maximum height and width for the display photo
[
all
...]
DataRowHandlerForPhoto.java
144
int
maxDisplayPhotoDim
= mContext.getResources().getInteger(
150
originalPhoto,
maxDisplayPhotoDim
, maxThumbnailPhotoDim);
Completed in 83 milliseconds