Searched refs:getShadowBackground (Results 1 – 1 of 1) sorted by relevance
99 getShadowBackground(cardView).getMaxShadowAndCornerPadding(shadowPadding); in updatePadding()113 getShadowBackground(cardView).setAddPaddingForCorners(cardView.getPreventCornerOverlap()); in onPreventCornerOverlapChanged()119 getShadowBackground(cardView).setColor(color); in setBackgroundColor()124 return getShadowBackground(cardView).getColor(); in getBackgroundColor()129 getShadowBackground(cardView).setCornerRadius(radius); in setRadius()135 return getShadowBackground(cardView).getCornerRadius(); in getRadius()140 getShadowBackground(cardView).setShadowSize(elevation); in setElevation()145 return getShadowBackground(cardView).getShadowSize(); in getElevation()150 getShadowBackground(cardView).setMaxShadowSize(maxElevation); in setMaxElevation()156 return getShadowBackground(cardView).getMaxShadowSize(); in getMaxElevation()[all …]