Searched refs:secondCard (Results 1 – 1 of 1) sorted by relevance
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/shared/preference/ |
D | CardContainerPreference.kt | 195 val secondCard = constructSmallCard(secondCardInfo, addMargin = false) in addTwoSmallCards() constant 198 secondCard.visibility = View.INVISIBLE in addTwoSmallCards() 200 container?.addView(secondCard) in addTwoSmallCards() 202 applySmallCardConstraints(firstCard, secondCard) in addTwoSmallCards() 204 return Pair(firstCard, secondCard) in addTwoSmallCards() 209 secondCard: AggregationDataCard in applySmallCardConstraints() 222 constraintSet.connect(firstCard.id, ConstraintSet.END, secondCard.id, ConstraintSet.START) in applySmallCardConstraints() 225 constraintSet.connect(secondCard.id, ConstraintSet.START, firstCard.id, ConstraintSet.END) in applySmallCardConstraints() 227 secondCard.id, ConstraintSet.TOP, ConstraintSet.PARENT_ID, ConstraintSet.TOP) in applySmallCardConstraints() 229 secondCard.id, ConstraintSet.BOTTOM, ConstraintSet.PARENT_ID, ConstraintSet.BOTTOM) in applySmallCardConstraints() [all …]
|