Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/tests/common/scenes/
DListViewAnimation.cpp42 sk_sp<Bitmap> createRandomCharIcon(int cardHeight) { in createRandomCharIcon() argument
44 int size = cardHeight - (dp(10) * 2); in createRandomCharIcon()
DStretchyListViewAnimation.cpp87 sk_sp<Bitmap> createRandomCharIcon(int cardHeight) { in createRandomCharIcon() argument
89 int size = cardHeight - (dp(10) * 2); in createRandomCharIcon()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/controller/
DQuickAccessWalletController.java201 int cardHeight = in queryWalletCards() local
205 new GetWalletCardsRequest(cardWidth, cardHeight, iconSizePx, maxCards); in queryWalletCards()