OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bigText
(Results
1 - 11
of
11
) sorted by null
/frameworks/support/v4/jellybean/android/support/v4/app/
NotificationCompatJellybean.java
66
CharSequence summaryText, CharSequence
bigText
) {
69
.
bigText
(
bigText
);
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
NotificationGenerator.java
108
BigTextStyle
bigText
= new NotificationCompat.BigTextStyle();
110
bigText
.
bigText
(BIG_TEXT.getValueString());
112
bigText
.setBigContentTitle(BIG_CONTENT_TITLE.getValueString());
114
bigText
.setSummaryText(SUMMARY_TEXT.getValueString());
115
builder.setStyle(
bigText
);
/packages/apps/Email/src/com/android/email/
NotificationController.java
519
final Notification.BigTextStyle
bigText
= new Notification.BigTextStyle(builder);
520
bigText
.
bigText
(getSingleMessageBigText(mContext, message));
529
* Sets the
bigtext
for a notification for a single new conversation
581
* Sets the
bigtext
for a notification for a single new conversation
601
* Sets the
bigtext
for a notification for a single new conversation
631
final String
bigText
= String.format(notificationBigTextFormat, subject, snippet);
632
final SpannableString spannableString = new SpannableString(
bigText
);
635
(isSubjectFirst ?
bigText
.indexOf(subject) :
bigText
.lastIndexOf(subject))
[
all
...]
/frameworks/support/v4/java/android/support/v4/app/
NotificationCompat.java
660
* .
bigText
(aVeryLongString))
698
public BigTextStyle
bigText
(CharSequence cs) {
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationShowcaseActivity.java
212
bigTextStyle.
bigText
(addendum + longSmsText);
215
.setContentIntent(makeToastIntent(context, "Clicked on
bigText
"))
/packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java
394
// This is the message string used in
bigText
and bigPicture notifications.
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/alerts/
AlertReceiver.java
349
expandedBuilder.
bigText
(text);
/frameworks/base/core/java/android/app/
Notification.java
[
all
...]
/development/samples/training/bitmapfun/libs/
android-support-v4.jar
/sdk/apps/NotificationStudio/libs/
android-support-v4.jar
/prebuilts/sdk/16/
android.jar
Completed in 508 milliseconds