Searched refs:cardHeightPx (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/core/java/android/service/quickaccesswallet/ |
H A D | GetWalletCardsRequest.java | 54 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 D | WalletScreenController.java | 235 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 D | WalletPanelViewController.java | 167 int cardHeightPx = mWalletCardCarousel.getCardHeightPx(); in queryWalletCards() local 170 new GetWalletCardsRequest(cardWidthPx, cardHeightPx, iconSizePx, MAX_CARDS); in queryWalletCards()
|