Searched refs:progressMax (Results 1 – 3 of 3) sorted by relevance
83 int progressMax = extraData.getInt(Notification.EXTRA_PROGRESS_MAX); in bindBody() local85 mProgressBarView.setMax(progressMax); in bindBody()
71 Context context, int titleId, int progressMax) { in createProgressDialog() argument74 dialog.setMax(progressMax); in createProgressDialog()77 if (progressMax > 1) { in createProgressDialog()
345 int progressMax = extras.getInt(Notification.EXTRA_PROGRESS_MAX); in getItemViewType() local348 boolean hasValidProgress = isIndeterminate || progressMax != 0; in getItemViewType()