HomeSort by relevance Sort by last modified time
    Searched refs:loadPlaceholderPhoto (Results 1 - 3 of 3) sorted by null

  /packages/experimental/LoaderApp/src/com/android/loaderapp/
ContactHeaderWidget.java 252 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) {
  /frameworks/base/core/java/android/provider/
Contacts.java 629 return loadPlaceholderPhoto(placeholderImageResource, context, options);
635 bm = loadPlaceholderPhoto(placeholderImageResource, context, options);
640 private static Bitmap loadPlaceholderPhoto(int placeholderImageResource, Context context,
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/util/
ContactsUtils.java 151 public static Bitmap loadPlaceholderPhoto(int placeholderImageResource, Context context,

Completed in 81 milliseconds