Searched refs:cardWidth (Results 1 – 4 of 4) sorted by relevance
61 int cardWidth = cardView.getMeasuredWidth(); in matchDeviceShape() local62 int cardHeight = (int) (cardWidth * screenAspectRatio); in matchDeviceShape()68 SizeCalculator.getPreviewCornerRadius((Activity) getContext(), cardWidth)); in matchDeviceShape()
234 final int cardWidth = (int) (cardView.getMeasuredHeight() / screenAspectRatio); in updatePreviewCardRadius() local236 layoutParams.width = cardWidth; in updatePreviewCardRadius()238 cardView.setRadius(SizeCalculator.getPreviewCornerRadius(mActivity, cardWidth)); in updatePreviewCardRadius()
163 int cardWidth = in queryWalletCards() local169 new GetWalletCardsRequest(cardWidth, cardHeight, iconSizePx, /* maxCards= */ 1); in queryWalletCards()
84 int cardWidth = previewContainer.getMeasuredWidth(); in LockScreenPreviewer()94 : (float) cardWidth / screenSize.x; in LockScreenPreviewer()