Home
last modified time | relevance | path

Searched refs:mProgressBarView (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/
H A DProgressNotificationViewHolder.java38 private final ProgressBar mProgressBarView; field in ProgressNotificationViewHolder
49 mProgressBarView = view.findViewById(R.id.progress_bar); in ProgressNotificationViewHolder()
81 mProgressBarView.setVisibility(View.VISIBLE); in bindBody()
85 mProgressBarView.setIndeterminate(isIndeterminate); in bindBody()
86 mProgressBarView.setMax(progressMax); in bindBody()
87 mProgressBarView.setProgress(progress); in bindBody()
94 mProgressBarView.setProgressTintList(colorStateList); in bindBody()
104 mProgressBarView.setProgress(0); in reset()
105 mProgressBarView.setVisibility(View.GONE); in reset()
106 mProgressBarView.setProgressTintList(null); in reset()