Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/shared/preference/
DCardContainerPreference.kt271 val secondLongCard = constructLargeCard(secondCardInfo, addMargin = false) in addTwoLargeCards() constant
274 secondLongCard.visibility = View.GONE in addTwoLargeCards()
277 container?.addView(secondLongCard) in addTwoLargeCards()
279 applyLargeCardConstraints(firstLongCard, secondLongCard) in addTwoLargeCards()
281 return Pair(firstLongCard, secondLongCard) in addTwoLargeCards()