HomeSort by relevance Sort by last modified time
    Searched defs:bigText (Results 1 - 8 of 8) sorted by null

  /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);
  /frameworks/support/v4/java/android/support/v4/app/
NotificationCompat.java 660 * .bigText(aVeryLongString))
698 public BigTextStyle bigText(CharSequence cs) {
  /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/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 
  /prebuilts/sdk/current/
android.jar 

Completed in 189 milliseconds