OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bitmapref
(Results
1 - 1
of
1
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java
612
BITMAP_UNAVAILABLE.
bitmapRef
= new SoftReference<Bitmap>(null);
624
Reference<Bitmap>
bitmapRef
;
779
Bitmap b = h.
bitmapRef
!= null ? h.
bitmapRef
.get() : null;
[
all
...]
Completed in 2800 milliseconds