Home
last modified time | relevance | path

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

/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/
DModalBottomSheet.kt318 sheetElevation: Dp = ModalBottomSheetDefaults.Elevation, in ModalBottomSheetLayout()
330 color = ModalBottomSheetDefaults.scrimColor, in ModalBottomSheetLayout()
343 if (maxWidth >= ModalBottomSheetDefaults.MaxCompactWidth && in ModalBottomSheetLayout()
344 maxWidth <= ModalBottomSheetDefaults.MaxCompactWidth + in ModalBottomSheetLayout()
345 ModalBottomSheetDefaults.StartPadding + ModalBottomSheetDefaults.EndPadding in ModalBottomSheetLayout()
347 (maxWidth - ModalBottomSheetDefaults.StartPadding - in ModalBottomSheetLayout()
348 ModalBottomSheetDefaults.EndPadding) in ModalBottomSheetLayout()
349 else ModalBottomSheetDefaults.MaxSheetWidth in ModalBottomSheetLayout()
350 val maxSheetContentHeight = maxHeight - ModalBottomSheetDefaults.MinScrimHeight in ModalBottomSheetLayout()
486 object ModalBottomSheetDefaults { object
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/ui/
DSystemUiControllerUtils.kt23 import com.android.credentialmanager.common.material.ModalBottomSheetDefaults
33 color = ModalBottomSheetDefaults.scrimColor, in setBottomSheetSystemBarsColor()
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/createflow/
DCreateCredentialComponents.kt58 import com.android.credentialmanager.common.material.ModalBottomSheetDefaults in <lambda>()
209 thickness = Dp.Hairline, color = ModalBottomSheetDefaults.scrimColor in <lambda>()
224 thickness = Dp.Hairline, color = ModalBottomSheetDefaults.scrimColor in <lambda>()
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/getflow/
DGetCredentialComponents.kt62 import com.android.credentialmanager.common.material.ModalBottomSheetDefaults in <lambda>()
215 thickness = Dp.Hairline, color = ModalBottomSheetDefaults.scrimColor in <lambda>()
229 thickness = Dp.Hairline, color = ModalBottomSheetDefaults.scrimColor in <lambda>()