HomeSort by relevance Sort by last modified time
    Searched defs:photoBitmap (Results 1 - 5 of 5) sorted by null

  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 191 Bitmap photoBitmap = loadBitmapFromContactUri(contactUri);
192 if (photoBitmap != null) {
193 notificationBuilder.setLargeIcon(photoBitmap);
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 191 Bitmap photoBitmap = loadBitmapFromContactUri(contactUri);
192 if (photoBitmap != null) {
193 notificationBuilder.setLargeIcon(photoBitmap);
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
OtherMetadataFragment.java 191 Bitmap photoBitmap = loadBitmapFromContactUri(contactUri);
192 if (photoBitmap != null) {
193 notificationBuilder.setLargeIcon(photoBitmap);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
ContactHeaderWidget.java 243 Bitmap photoBitmap = null;
247 photoBitmap = BitmapFactory.decodeByteArray(photoData, 0,
251 if (photoBitmap == null) {
252 photoBitmap = loadPlaceholderPhoto(null);
254 setPhoto(photoBitmap);
  /packages/apps/Contacts/src/com/android/contacts/activities/
ConfirmAddDetailActivity.java 469 Bitmap photoBitmap = null;
473 photoBitmap = BitmapFactory.decodeByteArray(photoData, 0,
477 if (photoBitmap != null) {
478 mPhotoView.setImageBitmap(photoBitmap);
    [all...]

Completed in 1093 milliseconds