Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/shared/preference/
DCardContainerPreference.kt269 val firstLongCard = constructLargeCard(firstCardInfo, addMargin = true) in addTwoLargeCards() constant
273 firstLongCard.visibility = View.GONE in addTwoLargeCards()
276 container?.addView(firstLongCard) in addTwoLargeCards()
279 applyLargeCardConstraints(firstLongCard, secondLongCard) in addTwoLargeCards()
281 return Pair(firstLongCard, secondLongCard) in addTwoLargeCards()