Searched defs:progressIndeterminate (Results 1 - 6 of 6) sorted by path

/frameworks/support/compat/api20/android/support/v4/app/
H A DNotificationCompatApi20.java42 int progressMax, int progress, boolean progressIndeterminate, boolean showWhen,
71 .setProgress(progressMax, progress, progressIndeterminate)
38 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, RemoteViews contentView, RemoteViews bigContentView) argument
/frameworks/support/compat/api21/android/support/v4/app/
H A DNotificationCompatApi21.java67 int progressMax, int progress, boolean progressIndeterminate, boolean showWhen,
98 .setProgress(progressMax, progress, progressIndeterminate)
63 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, RemoteViews contentView, RemoteViews bigContentView, RemoteViews headsUpContentView) argument
/frameworks/support/compat/api24/android/support/v4/app/
H A DNotificationCompatApi24.java56 int progressMax, int progress, boolean progressIndeterminate, boolean showWhen,
87 .setProgress(progressMax, progress, progressIndeterminate)
52 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, CharSequence[] remoteInputHistory, RemoteViews contentView, RemoteViews bigContentView, RemoteViews headsUpContentView) argument
/frameworks/support/compat/ics/android/support/v4/app/
H A DNotificationCompatIceCreamSandwich.java34 Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate) {
56 .setProgress(progressMax, progress, progressIndeterminate);
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/compat/jellybean/android/support/v4/app/
H A DNotificationCompatJellybean.java78 int progressMax, int progress, boolean progressIndeterminate,
106 .setProgress(progressMax, progress, progressIndeterminate);
74 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, RemoteViews contentView, RemoteViews bigContentView) argument
/frameworks/support/compat/kitkat/android/support/v4/app/
H A DNotificationCompatKitKat.java43 int progressMax, int progress, boolean progressIndeterminate, boolean showWhen,
72 .setProgress(progressMax, progress, progressIndeterminate);
39 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, RemoteViews contentView, RemoteViews bigContentView) argument

Completed in 407 milliseconds