Home
last modified time | relevance | path

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

/development/samples/Home/src/com/example/android/home/
DHome.java90 private static final int MENU_WALLPAPER_SETTINGS = Menu.FIRST + 1; field in Home
91 private static final int MENU_SEARCH = MENU_WALLPAPER_SETTINGS + 1;
444 menu.add(0, MENU_WALLPAPER_SETTINGS, 0, R.string.menu_wallpaper) in onCreateOptionsMenu()
460 case MENU_WALLPAPER_SETTINGS: in onOptionsItemSelected()