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 37 public abstract class BaseCardView<T> extends LinearLayout implements ItemListRowView.CardView<T> {
38 private static final String TAG = "BaseCardView";
61 public BaseCardView(Context context) {
65 public BaseCardView(Context context, AttributeSet attrs) {
69 public BaseCardView(Context context, AttributeSet attrs, int defStyle) {
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
BaseCardView.java 43 * A BaseCardView will draw its children based on its type, the region
51 * See {@link BaseCardView.LayoutParams} for layout attributes.
54 public class BaseCardView extends FrameLayout {
55 private static final String TAG = "BaseCardView";
147 public BaseCardView(Context context) {
151 public BaseCardView(Context context, AttributeSet attrs) {
155 public BaseCardView(Context context, AttributeSet attrs, int defStyleAttr) {
578 BaseCardView.LayoutParams lp = (BaseCardView.LayoutParams) child
819 return new BaseCardView.LayoutParams(getContext(), attrs)
    [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 394 milliseconds