public class

BaseCardView.LayoutParams

extends FrameLayout.LayoutParams

 java.lang.Object

↳FrameLayout.LayoutParams

↳androidx.leanback.widget.BaseCardView.LayoutParams

Overview

Per-child layout information associated with BaseCardView.

Summary

Fields
public static final intVIEW_TYPE_EXTRA

public static final intVIEW_TYPE_INFO

public static final intVIEW_TYPE_MAIN

public intviewType

Card component type for the view associated with these LayoutParams.

Constructors
publicLayoutParams(Context c, AttributeSet attrs)

publicLayoutParams(ViewGroup.LayoutParams p)

Methods
from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Fields

public static final int VIEW_TYPE_MAIN

public static final int VIEW_TYPE_INFO

public static final int VIEW_TYPE_EXTRA

public int viewType

Card component type for the view associated with these LayoutParams.

Constructors

public LayoutParams(Context c, AttributeSet attrs)

public LayoutParams(ViewGroup.LayoutParams p)