Searched defs:mProgressMax (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,
181 int mProgressMax; field in class:NotificationCompat.Builder
310 mProgressMax = max;
/frameworks/base/core/java/android/app/
H A DNotification.java962 private int mProgressMax; field in class:Notification.Builder
1126 mProgressMax = max;
1477 if (mProgressMax != 0 || mProgressIndeterminate) {
1479 R.id.progress, mProgressMax, mProgress, mProgressIndeterminate);

Completed in 63 milliseconds