Searched refs:mOverflowButton (Results 1 – 3 of 3) 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()
35 private ImageButton mOverflowButton; field in PlaybackControlsActionBar65 mOverflowButton = createIconButton(context.getDrawable(R.drawable.ic_overflow_button), in init()67 mOverflowButton.setId(R.id.overflow); in init()68 setExpandCollapseView(mOverflowButton); in init()
98 private final MenuItem mOverflowButton; field in ToolbarControllerImpl128 mOverflowButton = MenuItem.builder(getContext()) in ToolbarControllerImpl()488 visibleMenuItems.add(mOverflowButton); in setMenuItemsInternal()810 mOverflowButton.setVisible(showButtons && countVisibleOverflowItems() > 0); in setState()