Home
last modified time | relevance | path

Searched refs:secondSmallCard (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
135 val secondCardText = secondSmallCard.findViewById<TextView>(R.id.card_title_number) in setupCards()
137 val secondCardDate = secondSmallCard.findViewById<TextView>(R.id.card_date) in setupCards()
150 container?.removeView(secondSmallCard) in setupCards()
159 secondSmallCard.visibility = View.VISIBLE in setupCards()