OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getResizedImageData
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Messaging/src/com/android/messaging/util/
ImageUtils.java
427
public static byte[]
getResizedImageData
(final int width, final int height,
678
LogUtil.v(LogUtil.BUGLE_IMAGE_TAG, "
getResizedImageData
: attempt=" + attempt
690
"
getResizedImageData
: got empty decoded bitmap");
696
LogUtil.v(LogUtil.BUGLE_IMAGE_TAG, "
getResizedImageData
: decoded w,h="
722
"
getResizedImageData
: got empty scaled bitmap");
727
LogUtil.v(LogUtil.BUGLE_IMAGE_TAG, "
getResizedImageData
: scaled w,h="
738
"
getResizedImageData
: Encoded down to " + encoded.length + "@"
744
"
getResizedImageData
- image too big (OutOfMemoryError), will try "
[
all
...]
/packages/apps/Messaging/src/com/android/messaging/sms/
MmsUtils.java
670
final byte[] data = ImageResizer.
getResizedImageData
(width, height, orientation,
[
all
...]
Completed in 55 milliseconds