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

1 2

  /frameworks/support/v4/honeycomb/android/support/v4/app/
NotificationCompatHoneycomb.java 29 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon) {
49 .setLargeIcon(largeIcon)
  /frameworks/support/v4/ics/android/support/v4/app/
NotificationCompatIceCreamSandwich.java 29 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon,
50 .setLargeIcon(largeIcon)
  /packages/apps/InCallUI/src/com/android/incallui/
StatusBarNotifier.java 305 final Bitmap largeIcon = getLargeIconToDisplay(contactInfo, isConference);
310 if (!checkForChangeAndSaveData(iconResId, contentResId, largeIcon, contentTitle, state,
333 builder.setLargeIcon(largeIcon);
363 private boolean checkForChangeAndSaveData(int icon, int content, Bitmap largeIcon,
375 (mCallState != state) || (mSavedLargeIcon != largeIcon) ||
394 mSavedLargeIcon = largeIcon;
422 Bitmap largeIcon = null;
424 largeIcon = BitmapFactory.decodeResource(mContext.getResources(),
428 largeIcon = ((BitmapDrawable) contactInfo.photo).getBitmap();
431 if (largeIcon != null)
    [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/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationData.java 40 public ImageView largeIcon;
122 entry.largeIcon = null; // TODO add support for large icons
  /frameworks/support/v4/jellybean/android/support/v4/app/
NotificationCompatJellybean.java 31 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon,
54 .setLargeIcon(largeIcon)
  /frameworks/base/core/java/android/app/
Notification.java 207 public Bitmap largeIcon;
491 public static final String EXTRA_LARGE_ICON = "android.largeIcon";
732 largeIcon = Bitmap.CREATOR.createFromParcel(parcel);
795 if (heavy && this.largeIcon != null) {
796 that.largeIcon = Bitmap.createBitmap(this.largeIcon);
861 largeIcon = null;
928 if (largeIcon != null) {
930 largeIcon.writeToParcel(parcel, 0);
    [all...]
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java 283 Bitmap largeIcon = Bitmap.createScaledBitmap(
290 builder.setLargeIcon(largeIcon);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet.jsp_2.0.0.v200806031607.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /packages/apps/Email/src/com/android/email/
NotificationController.java 129 * @param largeIcon A large icon. May be {@code null}
136 String ticker, CharSequence title, String contentText, Intent intent, Bitmap largeIcon,
150 .setLargeIcon(largeIcon)
    [all...]
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /external/robolectric/lib/main/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.jar 
  /sdk/apps/NotificationStudio/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 

Completed in 1480 milliseconds

1 2