HomeSort by relevance Sort by last modified time
    Searched refs:largeIcon (Results 1 - 25 of 61) sorted by null

1 2 3

  /frameworks/support/compat/honeycomb/android/support/v4/app/
NotificationCompatHoneycomb.java 29 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon) {
49 .setLargeIcon(largeIcon)
  /packages/services/Car/car-support-lib/src/android/support/car/ui/
CircleBitmapDrawable.java 119 Bitmap largeIcon = Bitmap.createBitmap(size, size, Bitmap.Config.ARGB_8888);
120 Canvas canvas = new Canvas(largeIcon);
125 return largeIcon;
CarNavExtender.java 309 * @param largeIcon Override for the notification's large icon.
312 public CarNavExtender setLargeIcon(Bitmap largeIcon) {
313 mLargeIcon = largeIcon;
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
ExternalCallNotifier.java 101 public void setLargeIcon(@Nullable Bitmap largeIcon) {
102 mLargeIcon = largeIcon;
236 Bitmap largeIcon = getLargeIconToDisplay(mContext, entry, info.getCall());
237 if (largeIcon != null) {
238 largeIcon = getRoundedIcon(mContext, largeIcon);
240 info.setLargeIcon(largeIcon);
320 Bitmap largeIcon = null;
325 largeIcon = BitmapFactory.decodeResource(context.getResources(),
329 largeIcon = ((BitmapDrawable) contactInfo.photo).getBitmap()
    [all...]
StatusBarNotifier.java 245 Bitmap largeIcon = getLargeIconToDisplay(contactInfo, call);
260 if (!checkForChangeAndSaveData(iconResId, content, largeIcon, contentTitle, callState,
265 if (largeIcon != null) {
266 largeIcon = getRoundedIcon(largeIcon);
304 builder.setLargeIcon(largeIcon);
386 private boolean checkForChangeAndSaveData(int icon, String content, Bitmap largeIcon,
398 || (mCallState != state) || (mSavedLargeIcon != largeIcon)
413 mSavedLargeIcon = largeIcon;
459 Bitmap largeIcon = null
    [all...]
  /frameworks/support/compat/ics/android/support/v4/app/
NotificationCompatIceCreamSandwich.java 34 Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate) {
54 .setLargeIcon(largeIcon)
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
NotificationCompatImplBase.java 56 CharSequence contentInfo, int number, Bitmap largeIcon, CharSequence subText,
61 number, largeIcon, subText, useChronometer, when, priority, actions,
73 CharSequence contentInfo, int number, Bitmap largeIcon, CharSequence subText,
78 number, 0 /* smallIcon */, largeIcon, subText, useChronometer, when, priority,
117 CharSequence contentInfo, int number, Bitmap largeIcon, CharSequence subText,
122 number, largeIcon, subText, useChronometer, when, priority, color,
131 CharSequence contentInfo, int number, Bitmap largeIcon, CharSequence subText,
137 number, 0 /* smallIcon */, largeIcon, subText, useChronometer, when, priority,
188 int number, int smallIcon, Bitmap largeIcon, CharSequence subText,
192 contentInfo, number, smallIcon, largeIcon, subText, useChronometer, when, priority
    [all...]
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/
NotificationStudioActivity.java 159 ImageView largeIcon = (ImageView) findViewById(R.id.large_icon);
160 largeIcon.setVisibility(notification.largeIcon == null ? View.GONE : View.VISIBLE);
161 if (notification.largeIcon != null)
162 largeIcon.setImageBitmap(notification.largeIcon);
  /frameworks/support/compat/api20/android/support/v4/app/
NotificationCompatApi20.java 41 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon,
67 .setLargeIcon(largeIcon)
  /frameworks/support/compat/api24/android/support/v4/app/
NotificationCompatApi24.java 55 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon,
83 .setLargeIcon(largeIcon)
  /frameworks/support/compat/kitkat/android/support/v4/app/
NotificationCompatKitKat.java 42 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon,
68 .setLargeIcon(largeIcon)
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/setup/
TunerSetupActivity.java 211 Bitmap largeIcon = BitmapFactory.decodeResource(resources,
222 .setLargeIcon(largeIcon)
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java 283 Bitmap largeIcon = Bitmap.createScaledBitmap(
290 builder.setLargeIcon(largeIcon);
  /frameworks/support/compat/api21/android/support/v4/app/
NotificationCompatApi21.java 66 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon,
94 .setLargeIcon(largeIcon)
  /frameworks/base/core/java/android/app/
Notification.java 326 public Bitmap largeIcon;
845 public static final String EXTRA_LARGE_ICON = "android.largeIcon";
    [all...]
  /frameworks/support/compat/jellybean/android/support/v4/app/
NotificationCompatJellybean.java 77 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon,
102 .setLargeIcon(largeIcon)
  /frameworks/base/core/java/android/service/notification/
NotificationListenerService.java 163 * <li>{@link Notification#largeIcon largeIcon}</li>
249 * {@link android.app.Notification#largeIcon}. However, all other fields on
270 * {@link android.app.Notification#largeIcon}. However, all other fields on
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet.jsp_2.0.0.v200806031607.jar 
  /external/jetty/lib/
javax.servlet-3.0.0.v201112011016.jar 
  /frameworks/support/compat/java/android/support/v4/app/
NotificationCompat.java 273 public static final String EXTRA_LARGE_ICON = "android.largeIcon";
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 

Completed in 604 milliseconds

1 2 3