Searched refs:firstCard (Results 1 – 1 of 1) sorted by relevance
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/shared/preference/ |
D | CardContainerPreference.kt | 192 val firstCard = constructSmallCard(firstCardInfo, addMargin = true) in addTwoSmallCards() constant 197 firstCard.visibility = View.INVISIBLE in addTwoSmallCards() 199 container?.addView(firstCard) in addTwoSmallCards() 202 applySmallCardConstraints(firstCard, secondCard) in addTwoSmallCards() 204 return Pair(firstCard, secondCard) in addTwoSmallCards() 208 firstCard: AggregationDataCard, in applySmallCardConstraints() 217 firstCard.id, ConstraintSet.START, ConstraintSet.PARENT_ID, ConstraintSet.START) in applySmallCardConstraints() 219 firstCard.id, ConstraintSet.TOP, ConstraintSet.PARENT_ID, ConstraintSet.TOP) in applySmallCardConstraints() 221 firstCard.id, ConstraintSet.BOTTOM, ConstraintSet.PARENT_ID, ConstraintSet.BOTTOM) in applySmallCardConstraints() 222 constraintSet.connect(firstCard.id, ConstraintSet.END, secondCard.id, ConstraintSet.START) in applySmallCardConstraints() [all …]
|