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

/frameworks/base/core/java/android/provider/
H A DContacts.java600 * If the person's photo isn't present returns the placeholderImageResource instead.
624 * If the person's photo isn't present returns the placeholderImageResource instead.
627 * @param placeholderImageResource the image resource to use if the person doesn't
634 int placeholderImageResource, BitmapFactory.Options options) {
636 return loadPlaceholderPhoto(placeholderImageResource, context, options);
642 bm = loadPlaceholderPhoto(placeholderImageResource, context, options);
647 private static Bitmap loadPlaceholderPhoto(int placeholderImageResource, Context context, argument
649 if (placeholderImageResource == 0) {
653 placeholderImageResource, options);
633 loadContactPhoto(Context context, Uri person, int placeholderImageResource, BitmapFactory.Options options) argument

Completed in 30 milliseconds