Home
last modified time | relevance | path

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

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