Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletView.java145 CharSequence centerCardText = getLabelText(centerCard); in onCardScroll()
184 mCardLabel.setText(getLabelText(data.get(selectedIndex))); in showCardCarousel()
332 private static CharSequence getLabelText(WalletCardViewInfo card) { in getLabelText() method in WalletView