OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDestW
(Results
1 - 3
of
3
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
ImageAttachmentRequest.java
26
public final int
mDestW
;
33
mDestW
= destW;
43
&&
mDestW
== other.
mDestW
;
51
hash += 31 * hash +
mDestW
;
64
sb.append(
mDestW
);
76
&&
mDestW
== other.
mDestW
;
AttachmentDrawable.java
357
w = (int) (mCurrKey.
mDestW
* scale);
361
w = mCurrKey.
mDestW
;
/packages/apps/UnifiedEmail/src/com/android/bitmap/
DecodeTask.java
32
private final int
mDestW
;
79
mDestW
= w;
194
mOpts.inSampleSize = calculateSampleSize(srcW, srcH,
mDestW
, mDestH);
360
BitmapUtils.calculateCroppedSrcRect(srcW, srcH,
mDestW
, mDestH, mDestH, mOpts.inSampleSize,
364
+ " dstW/H=" +
mDestW
+ "/" + mDestH);
Completed in 2170 milliseconds