Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DBluetoothTileDialogViewModel.kt235 val cachedContentHeight = in createBluetoothTileDialog() constant
248 cachedContentHeight, in createBluetoothTileDialog()
DBluetoothTileDialogDelegate.kt63 @Assisted private val cachedContentHeight: Int, in <lambda>() constant in com.android.systemui.bluetooth.qsdialog.BluetoothTileDialogDelegate
101 cachedContentHeight: Int, in <lambda>()
138 layoutParams.height = maxOf(cachedContentHeight, minimumHeight) in <lambda>()