HomeSort by relevance Sort by last modified time
    Searched defs:CardView (Results 1 - 6 of 6) 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) {
  /packages/apps/TV/src/com/android/tv/menu/
ItemListRowView.java 42 public interface CardView<T> {
50 private CardView<?> mSelectedCard;
109 mSelectedCard = (CardView<?>) child;
206 CardView<T> cardView = (CardView<T>) viewHolder.itemView;
207 cardView.onBind(mItemList.get(position), cardView.equals(mItemListView.mSelectedCard));
213 CardView<T> cardView = (CardView<T>) viewHolder.itemView
    [all...]
  /frameworks/support/v7/cardview/src/android/support/v7/widget/
CardView.java 28 import android.support.v7.cardview.R;
36 * CardView uses <code>elevation</code> property on Lollipop for shadows and falls back to a
39 * Due to expensive nature of rounded corner clipping, on platforms before Lollipop, CardView does
43 * Before Lollipop, CardView adds padding to its content and draws shadows to that area. This
47 * Since padding is used to offset content for shadows, you cannot set padding on CardView.
50 * the CardView and children of CardView.
52 * Note that, if you specify exact dimensions for the CardView, because of the shadows, its content
54 * specific resource values, you can avoid these changes. Alternatively, If you want CardView to add
58 * To change CardView's elevation in a backward compatible way, us
    [all...]
  /prebuilts/sdk/current/support/v7/cardview/libs/
android-support-v7-cardview.jar 
  /prebuilts/maven_repo/android/com/android/databinding/adapters/1.0-rc0/
adapters-1.0-rc0.jar 
  /prebuilts/maven_repo/android/com/android/databinding/adapters/1.0-rc1/
adapters-1.0-rc1.jar 

Completed in 69 milliseconds