OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wScale
(Results
1 - 3
of
3
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/bitmap/
BitmapUtils.java
61
final float
wScale
= (float) srcW / dstW;
63
if (hScale <
wScale
) {
66
regularScale =
wScale
;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
IconFactory.java
92
float
wScale
= sourceWidth / (float) iconWidth;
94
float s = Math.min(hScale,
wScale
);
/development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoDecodeRunnable.java
178
int
wScale
= bitmapOptions.outWidth / targetWidth;
185
int sampleSize = Math.max(hScale,
wScale
);
Completed in 2668 milliseconds