Searched defs:progressBar (Results 1 – 6 of 6) sorted by relevance
79 ProgressBar progressBar = new ProgressBar(container.getContext()); in onCreateView() local
134 val progressBar = findViewById<ProgressBar>(R.id.progressBar) in requestDownload() constant
141 final ProgressBar progressBar = findViewById(R.id.progressBar); in requestDownload() local
592 ProgressBar progressBar = in initializeProgressView() local644 private ProgressBar progressBar = null; field in Card.CardProgress