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

  /frameworks/support/samples/ViewPager2Demos/src/main/java/com/example/androidx/viewpager2/cards/
CardView.java 27 public class CardView {
33 public CardView(LayoutInflater layoutInflater, ViewGroup container) {
  /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 39 public interface CardView<T> {
50 private CardView<?> mSelectedCard;
111 mSelectedCard = (CardView<?>) child;
215 CardView<T> cardView = (CardView<T>) viewHolder.itemView;
216 cardView.onBind(mItemList.get(position), cardView.equals(mItemListView.mSelectedCard));
222 CardView<T> cardView = (CardView<T>) viewHolder.itemView
    [all...]
  /frameworks/support/cardview/src/main/java/androidx/cardview/widget/
CardView.java 17 package androidx.cardview.widget;
34 import androidx.cardview.R;
39 * CardView uses <code>elevation</code> property on Lollipop for shadows and falls back to a
42 * Due to expensive nature of rounded corner clipping, on platforms before Lollipop, CardView does
46 * Before Lollipop, CardView adds padding to its content and draws shadows to that area. This
50 * Since padding is used to offset content for shadows, you cannot set padding on CardView.
53 * the CardView and children of CardView.
55 * Note that, if you specify exact dimensions for the CardView, because of the shadows, its content
57 * specific resource values, you can avoid these changes. Alternatively, If you want CardView to ad
    [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/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 128 milliseconds