OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:photoIcon
(Results
1 - 2
of
2
) sorted by null
/packages/apps/InCallUI/src/com/android/incallui/
ContactsAsyncHelper.java
50
* @param
photoIcon
Bitmap object obtained by the async load.
55
public void onImageLoadComplete(int token, Drawable photo, Bitmap
photoIcon
,
72
args.listener.onImageLoadComplete(msg.what, args.photo, args.
photoIcon
,
96
public Bitmap
photoIcon
;
203
args.
photoIcon
= getPhotoIconWhenAppropriate(args.context, args.photo);
209
args.
photoIcon
= null;
/packages/services/Telephony/src/com/android/phone/
ContactsAsyncHelper.java
57
* @param
photoIcon
Bitmap object obtained by the async load.
62
public void onImageLoadComplete(int token, Drawable photo, Bitmap
photoIcon
,
81
args.listener.onImageLoadComplete(msg.what, args.photo, args.
photoIcon
,
105
public Bitmap
photoIcon
;
230
args.
photoIcon
= getPhotoIconWhenAppropriate(args.context, args.photo);
238
args.
photoIcon
= null;
Completed in 58 milliseconds