Searched defs:tickerView (Results 1 - 7 of 7) sorted by last modified time

/frameworks/support/v4/api20/android/support/v4/app/
H A DNotificationCompatApi20.java38 RemoteViews tickerView, int number,
49 .setTicker(n.tickerText, tickerView)
36 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean showWhen, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, ArrayList<String> people, Bundle extras, String groupKey, boolean groupSummary, String sortKey) argument
/frameworks/support/v4/api21/android/support/v4/app/
H A DNotificationCompatApi21.java61 RemoteViews tickerView, int number,
73 .setTicker(n.tickerText, tickerView)
59 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean showWhen, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, String category, ArrayList<String> people, Bundle extras, int color, int visibility, Notification publicVersion, String groupKey, boolean groupSummary, String sortKey) argument
/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.java32 CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView,
39 .setTicker(n.tickerText, tickerView)
31 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate) argument
/frameworks/support/v4/jellybean/android/support/v4/app/
H A DNotificationCompatJellybean.java72 RemoteViews tickerView, int number,
81 .setTicker(n.tickerText, tickerView)
70 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, Bundle extras, String groupKey, boolean groupSummary, String sortKey) argument
/frameworks/support/v4/kitkat/android/support/v4/app/
H A DNotificationCompatKitKat.java39 RemoteViews tickerView, int number,
50 .setTicker(n.tickerText, tickerView)
37 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean showWhen, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, ArrayList<String> people, Bundle extras, String groupKey, boolean groupSummary, String sortKey) argument
/frameworks/base/core/java/android/app/
H A DNotification.java240 * @see #tickerView
250 public RemoteViews tickerView; field in class:Notification
1432 tickerView = RemoteViews.CREATOR.createFromParcel(parcel);
1514 if (heavy && this.tickerView != null) {
1515 that.tickerView = this.tickerView.clone();
1598 tickerView = null;
1673 if (tickerView != null) {
1675 tickerView.writeToParcel(parcel, 0);
3328 n.tickerView
[all...]

Completed in 518 milliseconds