Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/shared/preference/
DCardContainerPreference.kt192 val firstCard = constructSmallCard(firstCardInfo, addMargin = true) in addTwoSmallCards()
195 val secondCard = constructSmallCard(secondCardInfo, addMargin = false) in addTwoSmallCards()
236 private fun constructSmallCard( in constructSmallCard() method