Home
last modified time | relevance | path

Searched refs:mCardHeight (Results 1 – 4 of 4) sorted by relevance

/packages/apps/TV/src/com/android/tv/menu/
DSimpleCardView.java31 private final float mCardHeight; field in SimpleCardView
43 mCardHeight = getResources().getDimension(R.dimen.card_layout_height); in SimpleCardView()
48 return mCardHeight; in getCardHeight()
DSetupCardView.java34 private final float mCardHeight; field in SetupCardView
46 mCardHeight = getResources().getDimension(R.dimen.card_layout_height); in SetupCardView()
51 return mCardHeight; in getCardHeight()
DChannelCardView.java45 private final float mCardHeight; field in ChannelCardView
76 mCardHeight = getResources().getDimensionPixelSize(R.dimen.card_layout_height); in ChannelCardView()
182 return (mExtendViewOnFocus && isFocused()) ? mExtendedCardHeight : mCardHeight;
DAppLinkCardView.java52 private final float mCardHeight; field in AppLinkCardView
88 mCardHeight = getResources().getDimensionPixelSize(R.dimen.card_layout_height); in AppLinkCardView()
256 return (mExtendViewOnFocus && isFocused()) ? mExtendedCardHeight : mCardHeight;