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

1 2

  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
NotificationGenerator.java 99 BigPictureStyle bigPicture = new NotificationCompat.BigPictureStyle();
101 bigPicture.bigPicture(PICTURE.getValueBitmap());
103 bigPicture.setBigContentTitle(BIG_CONTENT_TITLE.getValueString());
105 bigPicture.setSummaryText(SUMMARY_TEXT.getValueString());
106 builder.setStyle(bigPicture);
  /frameworks/support/v4/jellybean/android/support/v4/app/
NotificationCompatJellybean.java 166 CharSequence summaryText, Bitmap bigPicture, Bitmap bigLargeIcon,
170 .bigPicture(bigPicture);
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationService.java 221 ToastService.getPendingIntent(this, "Clicked on bigPicture"))
226 .bigPicture(d.getBitmap())
  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 209 style.bigPicture(BitmapFactory.decodeResource(context.getResources(),
414 style.bigPicture(BitmapFactory.decodeResource(context.getResources(),
423 style.bigPicture(BitmapFactory.decodeResource(context.getResources(),
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 209 style.bigPicture(BitmapFactory.decodeResource(context.getResources(),
414 style.bigPicture(BitmapFactory.decodeResource(context.getResources(),
423 style.bigPicture(BitmapFactory.decodeResource(context.getResources(),
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
NotificationPresets.java 209 style.bigPicture(BitmapFactory.decodeResource(context.getResources(),
414 style.bigPicture(BitmapFactory.decodeResource(context.getResources(),
423 style.bigPicture(BitmapFactory.decodeResource(context.getResources(),
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 171 .bigPicture(preview);
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java 417 // This is the message string used in bigText and bigPicture notifications.
494 // This is the summary string used in bigPicture notifications.
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
NotificationCompat.java 292 * notifications, supplied to {@link BigPictureStyle#bigPicture(android.graphics.Bitmap)}.
    [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 
  /frameworks/base/core/java/android/app/
Notification.java 785 * notifications, supplied to {@link BigPictureStyle#bigPicture(android.graphics.Bitmap)}.
    [all...]
  /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 
  /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/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 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.1/
support-v4-19.0.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.1.0/
support-v4-19.1.0.jar 
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 

Completed in 536 milliseconds

1 2