FileDocCategorySizeDatePackage
CardViewDelegate.javaAPI DocAndroid 5.1 API1177Thu Mar 12 22:22:56 GMT 2015android.support.v7.widget

CardViewDelegate

public interface CardViewDelegate
Interface provided by CardView to implementations.

Necessary to resolve circular dependency between base CardView and platform implementations.

Fields Summary
Constructors Summary
Methods Summary
public android.graphics.drawable.DrawablegetBackground()

public booleangetPreventCornerOverlap()

public floatgetRadius()

public booleangetUseCompatPadding()

public voidsetBackgroundDrawable(android.graphics.drawable.Drawable paramDrawable)

public voidsetShadowPadding(int left, int top, int right, int bottom)