Home | History | Annotate | Download | only in deskclock

Lines Matching refs:menuButton

201         View menuButton = v.findViewById(R.id.menu_button);
202 if (menuButton != null) {
204 menuButton.setVisibility(View.GONE);
206 menuButton.setVisibility(View.VISIBLE);
207 setupFakeOverflowMenuButton(menuButton);