OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bigpicture
(Results
1 - 22
of
22
) 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
);
CodeGenerator.java
94
sb.append(STYLE_INDENT + ".
bigPicture
(pictureBitmap)");
/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) {
/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
...]
/frameworks/base/core/java/android/app/
Notification.java
534
* notifications, supplied to {@link BigPictureStyle#
bigPicture
(android.graphics.Bitmap)}.
[
all
...]
/external/chromium_org/chrome/test/perf/
memory_test.cc
366
"http://www.boston.com/
bigpicture
/2008/07/californias_continuing_fires.html",
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java
163
.
bigPicture
(preview);
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/
final-url-en
[
all
...]
/development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar
/development/samples/training/InteractiveChart/libs/
android-support-v4.jar
/sdk/apps/NotificationStudio/libs/
android-support-v4.jar
/prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.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/sdk/
api-versions.xml
[
all
...]
/frameworks/base/api/
current.txt
[
all
...]
/prebuilts/sdk/api/
16.txt
[
all
...]
17.txt
[
all
...]
18.txt
[
all
...]
19.txt
[
all
...]
Completed in 254 milliseconds