OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:photoIcon
(Results
1 - 4
of
4
) 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;
ContactInfoCache.java
267
public void onImageLoadComplete(int token, Drawable photo, Bitmap
photoIcon
, Object cookie) {
286
} else if (
photoIcon
!= null) {
287
Log.v(this, "photo icon: ",
photoIcon
);
288
entry.photo = new BitmapDrawable(mContext.getResources(),
photoIcon
);
/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;
NotificationMgr.java
415
int token, Drawable photo, Bitmap
photoIcon
, Object cookie) {
418
notifyMissedCall(n.name, n.number, n.presentation, n.type, photo,
photoIcon
, n.date);
466
* @param photo picture which may be used for the notification (when
photoIcon
is null).
467
* This also can be null when the picture itself isn't available. If
photoIcon
is available
470
* @param
photoIcon
picture which should be used for the notification. Can be null. This is
476
Drawable photo, Bitmap
photoIcon
, long date) {
492
+ ", label: " + type + ", photo: " + photo + ",
photoIcon
: " +
photoIcon
558
if (
photoIcon
!= null) {
559
builder.setLargeIcon(
photoIcon
);
[
all
...]
Completed in 545 milliseconds