Searched refs:progressMax (Results 1 – 3 of 3) sorted by relevance
90 int progressMax = extraData.getInt(Notification.EXTRA_PROGRESS_MAX); in bindBody() local92 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()
265 int progressMax = extras.getInt(Notification.EXTRA_PROGRESS_MAX); in getItemViewTypeImpl() local268 boolean hasValidProgress = isIndeterminate || progressMax != 0; in getItemViewTypeImpl()