Searched refs:mProgressMax (Results 1 – 3 of 3) sorted by relevance
/frameworks/support/recommendation/src/android/support/app/recommendation/ |
D | ContentRecommendation.java | 324 private int mProgressMax; field in ContentRecommendation 349 mProgressMax = builder.mBuilderProgressMax; in ContentRecommendation() 486 mProgressMax = max; in setProgress() 496 return mProgressMax != 0; in hasProgressInfo() 505 return mProgressMax; in getProgressMax() 1090 builder.setProgress(mProgressMax, mProgressAmount, false); in getNotificationObject()
|
/frameworks/support/v4/java/android/support/v4/app/ |
D | NotificationCompat.java | 584 b.mProgressMax, b.mProgress, b.mProgressIndeterminate); in build() 595 b.mProgressMax, b.mProgress, b.mProgressIndeterminate, in build() 659 b.mProgressMax, b.mProgress, b.mProgressIndeterminate, b.mShowWhen, in build() 710 b.mProgressMax, b.mProgress, b.mProgressIndeterminate, b.mShowWhen, in build() 764 b.mProgressMax, b.mProgress, b.mProgressIndeterminate, b.mShowWhen, in build() 905 int mProgressMax; field in NotificationCompat.Builder 1060 mProgressMax = max; in setProgress()
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 2088 private int mProgressMax; field in Notification.Builder 2346 mProgressMax = max; 3019 if (hasProgress && (mProgressMax != 0 || mProgressIndeterminate)) { 3022 R.id.progress, mProgressMax, mProgress, mProgressIndeterminate); 3097 && (mProgressMax != 0 || mProgressIndeterminate)); in hasThreeLines() 3384 extras.putInt(EXTRA_PROGRESS_MAX, mProgressMax); in populateExtras() 3613 mProgressMax = extras.getInt(EXTRA_PROGRESS_MAX); in restoreFromNotification()
|