Home
last modified time | relevance | path

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

/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
DWalletView.java61 private final WalletPopupMenu mOverflowPopup; field in WalletView
80 mOverflowPopup = new WalletPopupMenu(context, mOverflowButton); in WalletView()
81 mOverflowButton.setOnClickListener(v -> mOverflowPopup.show()); in WalletView()
121 mOverflowPopup.setMenuItems(menuItems); in showCardCarousel()
166 mOverflowPopup.dismiss(); in animateDismissal()
246 return mOverflowPopup; in getOverflowPopup()