Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/service/quickaccesswallet/
H A DGetWalletCardsRequest.java54 public GetWalletCardsRequest(int cardWidthPx, int cardHeightPx, int iconSizePx, int maxCards) { in GetWalletCardsRequest() argument
56 this.mCardHeightPx = cardHeightPx; in GetWalletCardsRequest()
86 int cardHeightPx = source.readInt();
90 cardHeightPx,
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletScreenController.java235 int cardHeightPx = mCardCarousel.getCardHeightPx(); in queryWalletCards() local
236 if (cardWidthPx == 0 || cardHeightPx == 0) { in queryWalletCards()
247 new GetWalletCardsRequest(cardWidthPx, cardHeightPx, iconSizePx, MAX_CARDS); in queryWalletCards()
/aosp12/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
H A DWalletPanelViewController.java167 int cardHeightPx = mWalletCardCarousel.getCardHeightPx(); in queryWalletCards() local
170 new GetWalletCardsRequest(cardWidthPx, cardHeightPx, iconSizePx, MAX_CARDS); in queryWalletCards()