HomeSort by relevance Sort by last modified time
    Searched refs:getCardHeight (Results 1 - 7 of 7) sorted by null

  /packages/apps/TV/src/com/android/tv/menu/
SimpleCardView.java 47 protected float getCardHeight() {
SetupCardView.java 50 protected float getCardHeight() {
BaseCardView.java 82 // Note that getCardHeight() will be called by setFocusAnimatedValue().
83 // Therefore, be sure that getCardHeight() has a proper value before this method is called.
129 float scale = 1f + (mVerticalCardMargin / getCardHeight()) * animatedValue;
177 protected abstract float getCardHeight();
ChannelCardView.java 137 // Call super.onBind() at the end in order to make getCardHeight() return a proper value.
181 protected float getCardHeight() {
AppLinkCardView.java 177 // Call super.onBind() at the end in order to make getCardHeight() return a proper value.
255 protected float getCardHeight() {
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DetailsOverviewRowPresenter.java 424 private int getCardHeight(Context context) {
434 lp.height = getCardHeight(overview.getContext());
468 final int cardHeight = getCardHeight(vh.mImageView.getContext());
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 283 milliseconds