Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DBluetoothTileDialogViewModel.kt128 animateProgressBar(dialog, false) in showDialog()
138 dialogDelegate.animateProgressBar(dialog, true) in showDialog()
189 dialogDelegate.animateProgressBar(dialog, true) in showDialog()
DBluetoothTileDialogDelegate.kt150 internal suspend fun animateProgressBar(dialog: SystemUIDialog, animate: Boolean) { in <lambda>() method in com.android.systemui.bluetooth.qsdialog.BluetoothTileDialogDelegate