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

  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 188 Bitmap photoBitmap = loadBitmapFromContactUri(contactUri);
189 if (photoBitmap != null) {
190 notificationBuilder.setLargeIcon(photoBitmap);
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 188 Bitmap photoBitmap = loadBitmapFromContactUri(contactUri);
189 if (photoBitmap != null) {
190 notificationBuilder.setLargeIcon(photoBitmap);
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
OtherMetadataFragment.java 188 Bitmap photoBitmap = loadBitmapFromContactUri(contactUri);
189 if (photoBitmap != null) {
190 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);

Completed in 1302 milliseconds