Home
last modified time | relevance | path

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

/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/
DModalBottomSheet.kt326 val sheetHeightState = remember { mutableStateOf<Float?>(null) } in ModalBottomSheetLayout() constant
372 .bottomSheetSwipeable(sheetState, fullHeight, sheetHeightState) in ModalBottomSheetLayout()
374 sheetHeightState.value = it.size.height.toFloat() in ModalBottomSheetLayout()
418 sheetHeightState: State<Float?> in bottomSheetSwipeable()
420 val sheetHeight = sheetHeightState.value in bottomSheetSwipeable()