Searched refs:progressBar (Results 1 – 1 of 1) sorted by relevance
24 private val progressBar: ProgressBar constant30 progressBar = findViewById(R.id.progressBar)41 progressBar.visibility = View.VISIBLE in show()42 progressBar.startAnimation( in show()60 progressBar.clearAnimation() in hide()61 if (progressBar.visibility == View.VISIBLE) { in hide()62 progressBar.startAnimation( in hide()71 progressBar.visibility = View.GONE in hide()