Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/shared/preference/
DCardContainerPreference.kt128 val (firstSmallCard, secondSmallCard) = in setupCards() constant
134 val firstCardText = firstSmallCard.findViewById<TextView>(R.id.card_title_number) in setupCards()
136 val firstCardDate = firstSmallCard.findViewById<TextView>(R.id.card_date) in setupCards()
144 firstSmallCard.post { in setupCards()
149 container?.removeView(firstSmallCard) in setupCards()
158 firstSmallCard.visibility = View.VISIBLE in setupCards()