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

/packages/experimental/LoaderApp/src/com/android/loaderapp/util/
H A DContactsUtils.java151 public static Bitmap loadPlaceholderPhoto(int placeholderImageResource, Context context, method in class:ContactsUtils
/packages/experimental/LoaderApp/src/com/android/loaderapp/
H A DContactHeaderWidget.java252 photoBitmap = loadPlaceholderPhoto(null);
275 setPhoto(loadPlaceholderPhoto(null));
290 setPhoto(loadPlaceholderPhoto(null));
306 setPhoto(loadPlaceholderPhoto(null));
381 setPhoto(loadPlaceholderPhoto(null));
622 setPhoto(loadPlaceholderPhoto(null));
679 private Bitmap loadPlaceholderPhoto(BitmapFactory.Options options) { method in class:ContactHeaderWidget

Completed in 77 milliseconds