Searched refs:overflowMenu (Results 1 – 3 of 3) sorted by relevance
44 private MainToolbarMenu overflowMenu; field in MainToolbar55 overflowMenu = new MainToolbarMenu(getContext(), optionsMenuButton); in onFinishInflate()56 overflowMenu.inflate(R.menu.main_menu); in onFinishInflate()57 overflowMenu.setOnMenuItemClickListener(this); in onFinishInflate()58 optionsMenuButton.setOnClickListener(v -> overflowMenu.show()); in onFinishInflate()59 optionsMenuButton.setOnTouchListener(overflowMenu.getDragToOpenListener()); in onFinishInflate()164 return overflowMenu; in getOverflowMenu()172 overflowMenu.showClearFrequents(show); in showClearFrequents()176 overflowMenu.maybeShowSimulator(appCompatActivity); in maybeShowSimulator()
103 private RttOverflowMenu overflowMenu; field in RttChatFragment244 overflowMenu = new RttOverflowMenu(getContext(), inCallButtonUiDelegate, inCallScreenDelegate); in onCreateView()251 overflowMenu.showAtLocation(v, Gravity.TOP | Gravity.RIGHT, 0, 0); in onCreateView()356 if (overflowMenu.isShowing()) { in onStop()357 overflowMenu.dismiss(); in onStop()452 overflowMenu.enableSwitchToSecondaryButton(secondaryInfo.shouldShow()); in setSecondary()517 overflowMenu.setDialpadButtonChecked(isShowing); in onInCallScreenDialpadVisibilityChange()541 overflowMenu.enableSwapCallButton(show); in showButton()563 overflowMenu.setMuteButtonChecked(audioState.isMuted()); in setAudioState()564 overflowMenu.setAudioState(audioState); in setAudioState()[all …]
236 private PopupMenu overflowMenu; field in DialtactsActivity413 overflowMenu = buildOptionsMenu(optionsMenuButton); in onCreate()414 optionsMenuButton.setOnTouchListener(overflowMenu.getDragToOpenListener()); in onCreate()705 overflowMenu.show(); in onClick()