Searched defs:maxElevation (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v7/cardview/api21/android/support/v7/widget/
H A DCardViewApi21.java25 float radius, float elevation, float maxElevation) {
31 setMaxElevation(cardView, maxElevation);
44 public void setMaxElevation(CardViewDelegate cardView, float maxElevation) { argument
45 ((RoundRectDrawable) (cardView.getBackground())).setPadding(maxElevation,
24 initialize(CardViewDelegate cardView, Context context, int backgroundColor, float radius, float elevation, float maxElevation) argument
/frameworks/support/v7/cardview/base/android/support/v7/widget/
H A DCardViewImpl.java24 float elevation, float maxElevation);
36 void setMaxElevation(CardViewDelegate cardView, float maxElevation); argument
23 initialize(CardViewDelegate cardView, Context context, int backgroundColor, float radius, float elevation, float maxElevation) argument
/frameworks/support/v7/cardview/eclair-mr1/android/support/v7/widget/
H A DCardViewEclairMr1.java76 float radius, float elevation, float maxElevation) {
78 elevation, maxElevation);
85 float radius, float elevation, float maxElevation) {
87 elevation, maxElevation);
138 public void setMaxElevation(CardViewDelegate cardView, float maxElevation) { argument
139 getShadowBackground(cardView).setMaxShadowSize(maxElevation);
75 initialize(CardViewDelegate cardView, Context context, int backgroundColor, float radius, float elevation, float maxElevation) argument
84 createBackground(Context context, int backgroundColor, float radius, float elevation, float maxElevation) argument

Completed in 63 milliseconds