Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
DWalletCardCarousel.java64 private final WalletCardCarouselAdapter mWalletCardCarouselAdapter; field in WalletCardCarousel
121 mWalletCardCarouselAdapter = new WalletCardCarouselAdapter(); in WalletCardCarousel()
122 mWalletCardCarouselAdapter.setHasStableIds(true); in WalletCardCarousel()
123 setAdapter(mWalletCardCarouselAdapter); in WalletCardCarousel()
167 if (mWalletCardCarouselAdapter.getItemCount() > 1 && width < mTotalCardWidth * 1.5) { in onLayout()
204 setAdapter(mWalletCardCarouselAdapter); in resetAdapter()
211 boolean hasDataChanged = mWalletCardCarouselAdapter.setData(data, hasLockStateChanged); in setData()
221 mSelectionListener.onCardSelected(mWalletCardCarouselAdapter.mData.get(position)); in scrollToPosition()
234 if (mWalletCardCarouselAdapter != null in updatePadding()
235 && mWalletCardCarouselAdapter.getItemCount() > 0 in updatePadding()
[all …]