Searched refs:mOverflowPopup (Results 1 – 1 of 1) sorted by relevance
61 private final WalletPopupMenu mOverflowPopup; field in WalletView80 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()