blob: 6732501e948ff7efb94fde9edb099a73934be744 [file] [log] [blame]
Sergey Vasilinets49066c42017-07-10 12:00:26 -07001package android.support.v7.widget {
2
3 public class CardView extends android.widget.FrameLayout {
4 ctor public CardView(android.content.Context);
5 ctor public CardView(android.content.Context, android.util.AttributeSet);
6 ctor public CardView(android.content.Context, android.util.AttributeSet, int);
7 method public android.content.res.ColorStateList getCardBackgroundColor();
8 method public float getCardElevation();
9 method public int getContentPaddingBottom();
10 method public int getContentPaddingLeft();
11 method public int getContentPaddingRight();
12 method public int getContentPaddingTop();
13 method public float getMaxCardElevation();
14 method public boolean getPreventCornerOverlap();
15 method public float getRadius();
16 method public boolean getUseCompatPadding();
17 method public void setCardBackgroundColor(int);
18 method public void setCardBackgroundColor(android.content.res.ColorStateList);
19 method public void setCardElevation(float);
20 method public void setContentPadding(int, int, int, int);
21 method public void setMaxCardElevation(float);
22 method public void setPreventCornerOverlap(boolean);
23 method public void setRadius(float);
24 method public void setUseCompatPadding(boolean);
25 }
26
27}
28