Searched refs:footerDescription (Results 1 – 4 of 4) sorted by relevance
398 val footerDescription = createOptionInfo.footerDescription in CreationSelectionCard() constant400 if (!footerDescription.isNullOrBlank()) { in CreationSelectionCard()403 BodyMediumText(text = footerDescription) in CreationSelectionCard()447 if (footerDescription != null && footerDescription.length > 0) { in CreationSelectionCard()457 BodySmallText(text = footerDescription) in CreationSelectionCard()
38 val footerDescription: String?, constant
525 .footerDescription, biometricRequestInfo = selectedEntry.biometricRequest in retrieveBiometricCreateDisplayValues()
516 footerDescription = createEntry.description?.toString(), in toSortedCreationOptionInfoList()