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

/frameworks/base/core/java/android/provider/
H A DContacts.java601 * If the person's photo isn't present returns the placeholderImageResource instead.
625 * If the person's photo isn't present returns the placeholderImageResource instead.
628 * @param placeholderImageResource the image resource to use if the person doesn't
635 int placeholderImageResource, BitmapFactory.Options options) {
637 return loadPlaceholderPhoto(placeholderImageResource, context, options);
643 bm = loadPlaceholderPhoto(placeholderImageResource, context, options);
648 private static Bitmap loadPlaceholderPhoto(int placeholderImageResource, Context context, argument
650 if (placeholderImageResource == 0) {
654 placeholderImageResource, options);
634 loadContactPhoto(Context context, Uri person, int placeholderImageResource, BitmapFactory.Options options) argument

Completed in 29 milliseconds