Home | History | Annotate | Download | only in phone

Lines Matching refs:showMenu

1767     public void topAppWindowChanged(boolean showMenu) {
1769 Slog.d(TAG, (showMenu?"showing":"hiding") + " the MENU button");
1772 mNavigationBarView.setMenuVisibility(showMenu);
1776 if (showMenu) setLightsOn(true);