Home
last modified time | relevance | path

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

/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
DWalletCardCarousel.java62 private final int mCardWidthPx; field in WalletCardCarousel
112 mCardWidthPx = Math.round(mScreenWidth * cardScreenWidthRatio); in WalletCardCarousel()
113 mCardHeightPx = Math.round(mCardWidthPx / CARD_ASPECT_RATIO); in WalletCardCarousel()
114 mCornerRadiusPx = mCardWidthPx * CORNER_RADIUS_RATIO; in WalletCardCarousel()
117 mCardWidthPx + getResources().getDimensionPixelSize(R.dimen.card_margin) * 2; in WalletCardCarousel()
184 return mCardWidthPx; in getCardWidthPx()
393 layoutParams.width = mCardWidthPx;