HomeSort by relevance Sort by last modified time
    Searched defs:CardView (Results 1 - 4 of 4) sorted by null

  /development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
CardView.java 39 * This CardView object is a view which can flip horizontally about its edges,
48 public class CardView extends ImageView {
75 public CardView(Context context) {
80 public CardView(Context context, AttributeSet attrs) {
  /frameworks/support/v7/cardview/src/android/support/v7/widget/
CardView.java 23 import android.support.v7.cardview.R;
30 * 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 wil
    [all...]
  /prebuilts/sdk/current/support/v7/cardview/libs/
android-support-v7-cardview.jar 
  /prebuilts/maven_repo/android/com/android/databinding/adapters/1.0-rc1/
adapters-1.0-rc1.jar 

Completed in 94 milliseconds