Home | History | Annotate | Download | only in phone

Lines Matching refs:Bitmap

31 import android.graphics.Bitmap;
421 int token, Drawable photo, Bitmap photoIcon, Object cookie) {
478 * the most suitable for {@link android.app.Notification.Builder#setLargeIcon(Bitmap)}, this
483 String name, String number, String type, Drawable photo, Bitmap photoIcon, long date) {
924 Bitmap bitmap = ((BitmapDrawable) callerInfo.cachedPhoto).getBitmap();
925 builder.setLargeIcon(bitmap);
945 Bitmap bitmap = ((BitmapDrawable) drawable).getBitmap();
946 builder.setLargeIcon(bitmap);
959 // Failed to fetch Bitmap.
961 log("- No useful Bitmap was found for the photo."