Home
last modified time | relevance | path

Searched defs:photo (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/google/android/util/
DAbstractMessageParser.java213 Photo photo = Photo.matchURL(url, text); in tokenForUrl() local
962 private String photo; // null for albums field in AbstractMessageParser.Photo
964 public Photo(String user, String album, String photo, String text) { in Photo()
1012 public static String getPhotoURL(String user, String album, String photo) { in getPhotoURL()
1031 private String photo; // null for user album field in AbstractMessageParser.FlickrPhoto
1035 public FlickrPhoto(String user, String photo, String grouping, in FlickrPhoto()
1122 public static String getPhotoURL(String user, String photo) { in getPhotoURL()
/frameworks/ex/chips/src/com/android/ex/chips/
DBaseRecipientAdapter.java986 final Bitmap photo = BitmapFactory.decodeByteArray(photoBytes, 0, in getView() local
DRecipientEditTextView.java631 Bitmap photo; in createUnselectedChip() local