Searched refs:mCardViewDelegate (Results 1 – 1 of 1) sorted by relevance
162 IMPL.initialize(mCardViewDelegate, context, backgroundColor, radius, in CardView()205 IMPL.onCompatPaddingChanged(mCardViewDelegate); in setUseCompatPadding()227 IMPL.updatePadding(mCardViewDelegate); in setContentPadding()237 final int minWidth = (int) Math.ceil(IMPL.getMinWidth(mCardViewDelegate)); in onMeasure()250 final int minHeight = (int) Math.ceil(IMPL.getMinHeight(mCardViewDelegate)); in onMeasure()283 IMPL.setBackgroundColor(mCardViewDelegate, ColorStateList.valueOf(color)); in setCardBackgroundColor()293 IMPL.setBackgroundColor(mCardViewDelegate, color); in setCardBackgroundColor()303 return IMPL.getBackgroundColor(mCardViewDelegate); in getCardBackgroundColor()354 IMPL.setRadius(mCardViewDelegate, radius); in setRadius()364 return IMPL.getRadius(mCardViewDelegate); in getRadius()[all …]