Home
last modified time | relevance | path

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

/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/
DModalBottomSheet.kt420 val sheetHeight = sheetHeightState.value in bottomSheetSwipeable() constant
421 val modifier = if (sheetHeight != null) { in bottomSheetSwipeable()
422 val anchors = if (sheetHeight < fullHeight / 2 || sheetState.isSkipHalfExpanded) { in bottomSheetSwipeable()
425 fullHeight - sheetHeight to Expanded in bottomSheetSwipeable()
431 max(0f, fullHeight - sheetHeight) to Expanded in bottomSheetSwipeable()