Home
last modified time | relevance | path

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

/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/ui/
DBottomSheet.kt41 import com.android.credentialmanager.ui.theme.EntryShape
73 shape = EntryShape.TopRoundedCorner, in ModalBottomSheet()
98 sheetShape = EntryShape.TopRoundedCorner, in ModalBottomSheet()
DEntry.kt56 import com.android.credentialmanager.ui.theme.EntryShape
91 shape = EntryShape.FullSmallRoundedCorner,
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/ui/theme/
DShape.kt13 object EntryShape { object