Home
last modified time | relevance | path

Searched refs:mCardViewDelegate (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/v7/cardview/src/android/support/v7/widget/
DCardView.java163 IMPL.onCompatPaddingChanged(mCardViewDelegate); in setUseCompatPadding()
185 IMPL.updatePadding(mCardViewDelegate); in setContentPadding()
195 final int minWidth = (int) Math.ceil(IMPL.getMinWidth(mCardViewDelegate)); in onMeasure()
208 final int minHeight = (int) Math.ceil(IMPL.getMinHeight(mCardViewDelegate)); in onMeasure()
262 IMPL.initialize(mCardViewDelegate, context, backgroundColor, radius, in initialize()
285 IMPL.setBackgroundColor(mCardViewDelegate, ColorStateList.valueOf(color)); in setCardBackgroundColor()
295 IMPL.setBackgroundColor(mCardViewDelegate, color); in setCardBackgroundColor()
304 return IMPL.getBackgroundColor(mCardViewDelegate); in getCardBackgroundColor()
351 IMPL.setRadius(mCardViewDelegate, radius); in setRadius()
361 return IMPL.getRadius(mCardViewDelegate); in getRadius()
[all …]