Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DWallpaperSectionView.java61 int cardWidth = cardView.getMeasuredWidth(); in matchDeviceShape() local
62 int cardHeight = (int) (cardWidth * screenAspectRatio); in matchDeviceShape()
68 SizeCalculator.getPreviewCornerRadius((Activity) getContext(), cardWidth)); in matchDeviceShape()
/aosp12/packages/apps/ThemePicker/src/com/android/customization/picker/
H A DWallpaperPreviewer.java234 final int cardWidth = (int) (cardView.getMeasuredHeight() / screenAspectRatio); in updatePreviewCardRadius() local
236 layoutParams.width = cardWidth; in updatePreviewCardRadius()
238 cardView.setRadius(SizeCalculator.getPreviewCornerRadius(mActivity, cardWidth)); in updatePreviewCardRadius()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/controller/
H A DQuickAccessWalletController.java163 int cardWidth = in queryWalletCards() local
169 new GetWalletCardsRequest(cardWidth, cardHeight, iconSizePx, /* maxCards= */ 1); in queryWalletCards()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
H A DLockScreenPreviewer.java84 int cardWidth = previewContainer.getMeasuredWidth(); in LockScreenPreviewer()
94 : (float) cardWidth / screenSize.x; in LockScreenPreviewer()