Searched refs:mOverflowButton (Results 1 – 2 of 2) sorted by relevance
60 private final ImageView mOverflowButton; field in WalletView79 mOverflowButton = requireViewById(R.id.menu_btn); in WalletView()80 mOverflowPopup = new WalletPopupMenu(context, mOverflowButton); in WalletView()81 mOverflowButton.setOnClickListener(v -> mOverflowPopup.show()); in WalletView()122 mOverflowButton.setVisibility(menuItems.length == 0 ? GONE : VISIBLE); in showCardCarousel()147 mOverflowButton.setAlpha(0f); in showCardCarousel()148 mOverflowButton.animate().alpha(1f) in showCardCarousel()241 return mOverflowButton; in getOverflowIcon()
125 private final MenuItem mOverflowButton; field in ToolbarControllerImpl160 mOverflowButton = MenuItem.builder(mPluginContext) in ToolbarControllerImpl()607 visibleMenuItems.add(mOverflowButton); in setMenuItemsInternal()976 mOverflowButton.setVisible(showButtons && countVisibleOverflowItems() > 0); in update()