Searched refs:mProgressIndeterminate (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/v4/ics/android/support/v4/app/
H A DNotificationCompatIceCreamSandwich.java30 int mProgressMax, int mProgress, boolean mProgressIndeterminate) {
52 .setProgress(mProgressMax, mProgress, mProgressIndeterminate);
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.java32 int mProgressMax, int mProgress, boolean mProgressIndeterminate,
58 .setProgress(mProgressMax, mProgress, mProgressIndeterminate);
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/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java111 b.mProgressMax, b.mProgress, b.mProgressIndeterminate);
120 b.mProgressMax, b.mProgress, b.mProgressIndeterminate,
201 boolean mProgressIndeterminate; field in class:NotificationCompat.Builder
334 mProgressIndeterminate = indeterminate;
/frameworks/base/core/java/android/app/
H A DNotification.java1167 private boolean mProgressIndeterminate; field in class:Notification.Builder
1332 mProgressIndeterminate = indeterminate;
1689 if (mProgressMax != 0 || mProgressIndeterminate) {
1691 R.id.progress, mProgressMax, mProgress, mProgressIndeterminate);
1851 extras.putBoolean(EXTRA_PROGRESS_INDETERMINATE, mProgressIndeterminate);

Completed in 112 milliseconds