Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
DWalletCardCarousel.java65 private int mExpectedViewWidth; field in WalletCardCarousel
135 if (mExpectedViewWidth == width) { in setExpectedViewWidth()
138 mExpectedViewWidth = width; in setExpectedViewWidth()
177 if (width != mExpectedViewWidth) { in onLayout()