OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bigPicture
(Results
1 - 21
of
21
) sorted by null
/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
76
CharSequence summaryText, Bitmap
bigPicture
, Bitmap bigLargeIcon,
80
.
bigPicture
(
bigPicture
);
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationService.java
183
ToastService.getPendingIntent(this, "Clicked on
bigPicture
"))
188
.
bigPicture
(d.getBitmap())
/frameworks/support/v4/java/android/support/v4/app/
NotificationCompat.java
645
* .
bigPicture
(aBigBitmap))
682
* Provide the bitmap to be used as the payload for the
BigPicture
notification.
684
public BigPictureStyle
bigPicture
(Bitmap b) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java
163
.
bigPicture
(preview);
/frameworks/base/core/java/android/app/
Notification.java
534
* notifications, supplied to {@link BigPictureStyle#
bigPicture
(android.graphics.Bitmap)}.
[
all
...]
/packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java
405
// This is the message string used in bigText and
bigPicture
notifications.
482
// This is the summary string used in
bigPicture
notifications.
[
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
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 1629 milliseconds