Home
last modified time | relevance | path

Searched refs:showMenu (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DBaseActivity.java116 boolean showMenu = super.onCreateOptionsMenu(menu); in onCreateOptionsMenu()
121 return showMenu; in onCreateOptionsMenu()
736 showMenu(root != null in update()
740 void showMenu(boolean visible) { in showMenu() method in BaseActivity.SearchManager
DDocumentsActivity.java452 boolean showMenu = super.onCreateOptionsMenu(menu); in onCreateOptionsMenu()
458 return showMenu; in onCreateOptionsMenu()
481 mSearchManager.showMenu(false); in onPrepareOptionsMenu()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java2580 public void topAppWindowChanged(boolean showMenu) { in topAppWindowChanged() argument
2582 Log.d(TAG, (showMenu?"showing":"hiding") + " the MENU button"); in topAppWindowChanged()
2585 mNavigationBarView.setMenuVisibility(showMenu); in topAppWindowChanged()
2589 if (showMenu) setLightsOn(true); in topAppWindowChanged()
/frameworks/base/docs/html/guide/topics/ui/
Dmenus.jd798 public void showMenu(View v) {