OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mdecoded
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Messaging/src/com/android/messaging/util/
ImageUtils.java
382
private Bitmap
mDecoded
;
383
// If scaling is needed this holds the scaled bitmap (else should equal
mDecoded
)
550
if (mScaled != null && mScaled !=
mDecoded
) {
553
if (
mDecoded
!= null) {
554
mDecoded
.recycle();
683
if (
mDecoded
== null) {
686
mDecoded
= BitmapFactory.decodeStream(inputStream, null, mOptions);
687
if (
mDecoded
== null) {
697
+
mDecoded
.getWidth() + "," +
mDecoded
.getHeight())
[
all
...]
Completed in 193 milliseconds