Searched refs:overflowMenu (Results 1 – 8 of 8) 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 …]
112 final UiObject overflowMenu = getOverflowMenuObject(uiDevice); in findAndClickBrowse() local113 clickAndWait(uiDevice, overflowMenu); in findAndClickBrowse()120 final UiObject overflowMenu = getOverflowMenuObject(uiDevice); in findSettingsOverflowMenuItem() local121 clickAndWait(uiDevice, overflowMenu); in findSettingsOverflowMenuItem()
236 private PopupMenu overflowMenu; field in DialtactsActivity413 overflowMenu = buildOptionsMenu(optionsMenuButton); in onCreate()414 optionsMenuButton.setOnTouchListener(overflowMenu.getDragToOpenListener()); in onCreate()705 overflowMenu.show(); in onClick()
1004 final UiObject2 overflowMenu = waitForObject(overflowSelector, mDefaultTimeout); in getAutofillMenuOption() local1005 overflowMenu.click(); in getAutofillMenuOption()
META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
META-INF/ META-INF/MANIFEST.MF META-INF/DEPENDENCIES META-INF ...