Searched refs:mAggregationCardInfo (Results 1 – 1 of 1) sorted by relevance
51 private val mAggregationCardInfo: MutableList<AggregationCardInfo> = mutableListOf() constant58 mAggregationCardInfo.clear() in setAggregationCardInfo()65 this.mAggregationCardInfo.addAll(aggregationCardInfoList.subList(0, 2)) in setAggregationCardInfo()67 this.mAggregationCardInfo.addAll(aggregationCardInfoList) in setAggregationCardInfo()118 if (this.mAggregationCardInfo.isEmpty() || this.mAggregationCardInfo.size > 2) { in setupCards()122 if (mAggregationCardInfo.size == 1) { in setupCards()123 val card = addSingleLargeCard(mAggregationCardInfo[0]) in setupCards()129 addTwoSmallCards(mAggregationCardInfo[0], mAggregationCardInfo[1]) in setupCards()132 addTwoLargeCards(mAggregationCardInfo[0], mAggregationCardInfo[1]) in setupCards()362 preference.mAggregationCardInfo == this.mAggregationCardInfo in hasSameContents()