Searched defs:tickerView (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/v4/honeycomb/android/support/v4/app/
H A DNotificationCompatHoneycomb.java28 RemoteViews tickerView, int number,
34 .setTicker(n.tickerText, tickerView)
26 add(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon) argument
/frameworks/support/v4/ics/android/support/v4/app/
H A DNotificationCompatIceCreamSandwich.java28 RemoteViews tickerView, int number,
35 .setTicker(n.tickerText, tickerView)
26 add(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int mProgressMax, int mProgress, boolean mProgressIndeterminate) argument
/frameworks/support/v4/jellybean/android/support/v4/app/
H A DNotificationCompatJellybean.java30 RemoteViews tickerView, int number,
38 .setTicker(n.tickerText, tickerView)
28 NotificationCompatJellybean(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int mProgressMax, int mProgress, boolean mProgressIndeterminate, boolean useChronometer, int priority, CharSequence subText) argument
/frameworks/base/core/java/android/app/
H A DNotification.java182 * @see #tickerView
190 public RemoteViews tickerView; field in class:Notification
726 tickerView = RemoteViews.CREATOR.createFromParcel(parcel);
789 if (heavy && this.tickerView != null) {
790 that.tickerView = this.tickerView.clone();
858 tickerView = null;
916 if (tickerView != null) {
918 tickerView.writeToParcel(parcel, 0);
1105 if (tickerView !
[all...]

Completed in 81 milliseconds