HomeSort by relevance Sort by last modified time
    Searched refs:largeIcon (Results 1 - 25 of 30) 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)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletTicker.java 260 if (n.largeIcon != null) {
299 ImageView largeIcon = (ImageView)group.findViewById(R.id.large_icon);
300 if (n.largeIcon != null) {
301 largeIcon.setImageBitmap(n.largeIcon);
302 largeIcon.setVisibility(View.VISIBLE);
303 final ViewGroup.LayoutParams lp = largeIcon.getLayoutParams();
305 if (n.largeIcon.getHeight() <= statusBarHeight) {
312 largeIcon.setLayoutParams(lp);
  /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;
137 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)
  /packages/apps/Email/tests/src/com/android/email/
NotificationControllerTest.java 181 assertNotNull(n.largeIcon);
191 assertNotNull(n.largeIcon);
  /frameworks/base/core/java/android/app/
Notification.java 207 public Bitmap largeIcon;
455 public static final String EXTRA_LARGE_ICON = "android.largeIcon";
607 largeIcon = Bitmap.CREATOR.createFromParcel(parcel);
670 if (heavy && this.largeIcon != null) {
671 that.largeIcon = Bitmap.createBitmap(this.largeIcon);
736 largeIcon = null;
803 if (largeIcon != null) {
805 largeIcon.writeToParcel(parcel, 0);
    [all...]
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java 283 Bitmap largeIcon = Bitmap.createScaledBitmap(
290 builder.setLargeIcon(largeIcon);
  /packages/apps/Email/src/com/android/email/
NotificationController.java 167 * @param largeIcon A large icon. May be {@code null}
175 String ticker, CharSequence title, String contentText, Intent intent, Bitmap largeIcon,
189 .setLargeIcon(largeIcon)
459 final Bitmap largeIcon = senderPhoto != null ? senderPhoto : mGenericSenderIcon;
474 intent, largeIcon, number, enableAudio, false);
    [all...]
  /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 
  /developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/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 
  /development/samples/training/bitmapfun/libs/
android-support-v4.jar 
  /external/robolectric/lib/main/
android-support-v4.jar 
  /sdk/apps/NotificationStudio/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.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 
  /prebuilts/sdk/11/
android.jar 

Completed in 319 milliseconds

1 2