Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DBluetoothTileDialogDelegate.kt298 val progressBarAnimation = getProgressBarAnimation(dialog) in <lambda>() constant
300 if (progressBarAnimation.visibility != VISIBLE) { in <lambda>()
301 progressBarAnimation.visibility = VISIBLE in <lambda>()
307 val progressBarAnimation = getProgressBarAnimation(dialog) in <lambda>() constant
309 if (progressBarAnimation.visibility != INVISIBLE) { in <lambda>()
310 progressBarAnimation.visibility = INVISIBLE in <lambda>()