Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletView.java100 mCardCarousel.setExpectedViewWidth(getWidth()); in onLayout()
H A DWalletCardCarousel.java134 void setExpectedViewWidth(int width) { in setExpectedViewWidth() method in WalletCardCarousel
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/ui/
H A DWalletScreenControllerTest.java117 mWalletView.getCardCarousel().setExpectedViewWidth(CARD_CAROUSEL_WIDTH); in setUp()