Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletCardCarousel.java65 private int mExpectedViewWidth; field in WalletCardCarousel
129 if (mExpectedViewWidth == width) { in setExpectedViewWidth()
132 mExpectedViewWidth = width; in setExpectedViewWidth()
171 if (width != mExpectedViewWidth) { in onLayout()