Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/experience/splashscreen/
H A DLoadingView.kt24 private val progressBar: ProgressBar constant
30 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()