HomeSort by relevance Sort by last modified time
    Searched defs:CardView (Results 1 - 7 of 7) 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 43 public interface CardView<T> {
51 private CardView<?> mSelectedCard;
112 mSelectedCard = (CardView<?>) child;
224 CardView<T> cardView = (CardView<T>) viewHolder.itemView;
225 cardView.onBind(mItemList.get(position), cardView.equals(mItemListView.mSelectedCard));
231 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...]
  /packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/cards/
CardView.java 47 public class CardView extends FrameLayout implements Comparable<CardView> {
49 private final static String TAG = DebugUtil.getTag(CardView.class);
99 public CardView(Context context, @CardType int cardType, PriorityChangedListener listener) {
103 public CardView(Context context, AttributeSet attrs, @CardType int cardType,
353 public int compareTo(CardView another) {
374 void onPriorityChanged(CardView cardView, int newPriority);
  /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 685 milliseconds