Searched defs:tickerText (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java949 public Builder setTicker(CharSequence tickerText) { argument
950 mNotification.tickerText = limitCharSequenceLength(tickerText);
960 public Builder setTicker(CharSequence tickerText, RemoteViews views) { argument
961 mNotification.tickerText = limitCharSequenceLength(tickerText);
/frameworks/base/core/java/android/app/
H A DNotification.java318 public CharSequence tickerText; field in class:Notification
321 * Formerly, a view showing the {@link #tickerText}.
717 * done on Android: The notification's {@link #icon} and {@link #tickerText} (if available) are
2063 public Notification(Context context, int icon, CharSequence tickerText, long when, argument
2069 .setTicker(tickerText)
2081 * @param tickerText The text that flows by in the status bar when the notification first
2089 public Notification(int icon, CharSequence tickerText, long when) argument
2092 this.tickerText = tickerText;
2136 tickerText
3740 setTicker(CharSequence tickerText) argument
3750 setTicker(CharSequence tickerText, RemoteViews views) argument
[all...]

Completed in 39 milliseconds