Searched refs:CardView (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v7/cardview/src/android/support/v7/widget/
H A DCardView.java30 * CardView uses <code>elevation</code> property on L for shadows and falls back to a custom shadow
33 * Due to expensive nature of rounded corner clipping, on platforms before L, CardView does not
37 * Before L, CardView adds padding to its content and draws shadows to that area. This padding
41 * Since padding is used to offset content for shadows, you cannot set padding on CardView.
44 * in code to set the padding between the edges of the Card and children of CardView.
46 * Note that, if you specify exact dimensions for the CardView, because of the shadows, its content
48 * resource values, you can avoid these changes. Alternatively, If you want CardView to add inner
52 * To change CardView's elevation in a backward compatible way, use
53 * {@link #setCardElevation(float)}. CardView will use elevation API on L and before L, it will
56 * should call {@link #setMaxCardElevation(float)} when CardView i
70 public class CardView extends FrameLayout implements CardViewDelegate { class in inherits:FrameLayout,CardViewDelegate
94 public CardView(Context context) { method in class:CardView
99 public CardView(Context context, AttributeSet attrs) { method in class:CardView
104 public CardView(Context context, AttributeSet attrs, int defStyleAttr) { method in class:CardView
[all...]
/frameworks/support/v7/cardview/
H A DAndroid.mk29 # A helper sub-library to resolve cyclic dependencies between CardView and platform dependent

Completed in 81 milliseconds