OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDecodeWidth
(Results
1 - 2
of
2
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
AttachmentDrawable.java
52
private int
mDecodeWidth
;
116
mDecodeWidth
= w;
358
bufferW = (int) (
mDecodeWidth
* scale);
362
bufferW =
mDecodeWidth
;
/packages/apps/Camera2/src/com/android/camera/data/
LocalMediaData.java
477
private final int
mDecodeWidth
;
488
mDecodeWidth
= decodeWidth;
497
if (mWidth >
mDecodeWidth
|| mHeight > mDecodeHeight) {
499
int widthRatio = Math.round((float) mWidth / (float)
mDecodeWidth
);
[
all
...]
Completed in 26 milliseconds