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

  /packages/apps/TV/src/com/android/tv/menu/
BaseCardView.java 35 public abstract class BaseCardView<T> extends LinearLayout implements ItemListRowView.CardView<T> {
59 public BaseCardView(Context context) {
63 public BaseCardView(Context context, AttributeSet attrs) {
67 public BaseCardView(Context context, AttributeSet attrs, int defStyle) {
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
BaseCardView.java 44 * A BaseCardView will draw its children based on its type, the region
52 * See {@link BaseCardView.LayoutParams} for layout attributes.
55 public class BaseCardView extends FrameLayout {
56 private static final String TAG = "BaseCardView";
148 public BaseCardView(Context context) {
152 public BaseCardView(Context context, AttributeSet attrs) {
156 public BaseCardView(Context context, AttributeSet attrs, int defStyleAttr) {
579 BaseCardView.LayoutParams lp = (BaseCardView.LayoutParams) child
820 return new BaseCardView.LayoutParams(getContext(), attrs)
    [all...]

Completed in 103 milliseconds