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

1 2 3

  /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);
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowNotificationBuilderTest.java 181 Bitmap bigPicture = BitmapFactory.decodeResource(RuntimeEnvironment.application.getResources(), R.drawable.an_image);
183 Icon bigLargeIcon = Icon.createWithBitmap(bigPicture);
185 .bigPicture(bigPicture)
189 assertThat(shadowOf(notification).getBigPicture()).isEqualTo(bigPicture);
  /developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigPictureSocialIntentService.java 149 .bigPicture(
  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigPictureSocialIntentService.java 157 .bigPicture(
  /developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigPictureSocialIntentService.java 149 .bigPicture(
  /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigPictureSocialIntentService.java 157 .bigPicture(
  /development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/
BigPictureSocialIntentService.java 149 .bigPicture(
  /development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/
BigPictureSocialIntentService.java 149 .bigPicture(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
PipNotification.java 193 .bigPicture(mArt));
  /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(),
  /development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
StandaloneMainActivity.java 354 // Provides the bitmap for the BigPicture notification
355 .bigPicture(
    [all...]
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
NotificationTest.java 234 .setStyle(new Notification.BigPictureStyle().bigPicture(bitA));
236 .setStyle(new Notification.BigPictureStyle().bigPicture(bitB));
  /developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/
MainActivity.java 369 // Provides the bitmap for the BigPicture notification.
370 .bigPicture(
    [all...]
  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
StandaloneMainActivity.java 385 // Provides the bitmap for the BigPicture notification.
386 .bigPicture(
    [all...]
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 362 .bigPicture(bitmaps.get(attraction.name))
  /developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/
MainActivity.java 368 // Provides the bitmap for the BigPicture notification.
369 .bigPicture(
    [all...]
  /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
StandaloneMainActivity.java 385 // Provides the bitmap for the BigPicture notification.
386 .bigPicture(
    [all...]
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 362 .bigPicture(bitmaps.get(attraction.name))
  /development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/
MainActivity.java 350 // Provides the bitmap for the BigPicture notification
351 .bigPicture(
    [all...]
  /development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
UtilityService.java 361 .bigPicture(bitmaps.get(attraction.name))
  /frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
NotificationTests.java 346 .bigPicture(d.getBitmap()))
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationService.java 290 .bigPicture(d.getBitmap())
  /frameworks/support/compat/src/main/java/androidx/core/app/
NotificationCompat.java 340 * notifications, supplied to {@link BigPictureStyle#bigPicture(android.graphics.Bitmap)}.
    [all...]

Completed in 2473 milliseconds

1 2 3