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

  /packages/apps/TV/src/com/android/tv/menu/
BaseCardView.java 34 public abstract class BaseCardView<T> extends LinearLayout implements ItemListRowView.CardView<T> {
35 private static final String TAG = "BaseCardView";
48 public BaseCardView(Context context) {
52 public BaseCardView(Context context, AttributeSet attrs) {
56 public BaseCardView(Context context, AttributeSet attrs, int defStyle) {
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
BaseCardView.java 42 * A BaseCardView will draw its children based on its type, the region
50 * See {@link BaseCardView.LayoutParams} for layout attributes.
53 public class BaseCardView extends FrameLayout {
54 private static final String TAG = "BaseCardView";
143 public BaseCardView(Context context) {
147 public BaseCardView(Context context, AttributeSet attrs) {
151 public BaseCardView(Context context, AttributeSet attrs, int defStyleAttr) {
538 BaseCardView.LayoutParams lp = (BaseCardView.LayoutParams) child
776 return new BaseCardView.LayoutParams(getContext(), attrs)
    [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 106 milliseconds