Searched refs:mCardHeight (Results 1 – 2 of 2) sorted by relevance
83 private int mCardHeight; field in GridFragment147 mCardHeight = mPreviewPager.getHeight() - mPreviewPager.getPaddingTop() - in onCreateView()149 mCardWidth = (int) (mCardHeight / mScreenAspectRatio); in onCreateView()158 if (mHomeWallpaper != null && mCardHeight > 0 && mCardWidth > 0) { in loadWallpaperBackground()160 mCardHeight, in loadWallpaperBackground()
53 private final float mCardHeight; field in BaseCardView93 mCardHeight = getResources().getDimensionPixelSize(R.dimen.card_layout_height); in BaseCardView()221 (mExtendViewOnFocus && isFocused()) ? mExtendedCardHeight : mCardHeight; in onSetFocusAnimatedValue()