Searched refs:loadPlaceholderPhoto (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DContactHeaderWidget.java258 photoBitmap = loadPlaceholderPhoto(null);
276 mPhotoView.setImageBitmap(loadPlaceholderPhoto(null));
289 setPhoto(loadPlaceholderPhoto(null));
304 setPhoto(loadPlaceholderPhoto(null));
320 setPhoto(loadPlaceholderPhoto(null));
530 setPhoto(loadPlaceholderPhoto(null));
661 private Bitmap loadPlaceholderPhoto(BitmapFactory.Options options) { method in class:ContactHeaderWidget
/frameworks/base/core/java/android/provider/
H A DContacts.java637 return loadPlaceholderPhoto(placeholderImageResource, context, options);
643 bm = loadPlaceholderPhoto(placeholderImageResource, context, options);
648 private static Bitmap loadPlaceholderPhoto(int placeholderImageResource, Context context, method in class:Contacts.People

Completed in 110 milliseconds