/frameworks/base/core/tests/coretests/src/android/view/ |
MenuTest.java | 19 import com.android.internal.view.menu.MenuBuilder; 28 import android.view.Menu; 73 // 1. Create a grouped item in the menu 77 final int GROUP_ONE = Menu.FIRST; 78 final int GROUP_TWO = Menu.FIRST + 1; 80 mMenu.add(GROUP_ONE, 0, 0, "Menu text");
|
/packages/apps/AlarmClock/src/com/android/alarmclock/ |
SetAlarm.java | 30 import android.view.Menu; 278 public boolean onCreateOptionsMenu(Menu menu) { 279 super.onCreateOptionsMenu(menu); 281 mDeleteAlarmItem = menu.add(0, 0, 0, R.string.delete_alarm); 285 mTestAlarmItem = menu.add(0, 0, 0, "test alarm");
|
/development/simulator/app/ |
MainFrame.cpp | 4 // Main window, menu bar, and associated goodies. 114 * Create main menu. 182 * Construct the main menu. Called from the constructor. 195 * Create the "File" menu. 206 * Create the "Runtime" menu. 220 * Create "Device" menu. 227 * Create "Debug" menu. 234 * Create the "Help" menu. 244 * Create the menu bar. 258 * Construct the "device" menu from our phone collection [all...] |
/packages/apps/Gallery/src/com/android/camera/ |
ViewImage.java | 34 import android.view.Menu; 377 public boolean onCreateOptionsMenu(Menu menu) { 378 super.onCreateOptionsMenu(menu); 380 MenuItem item = menu.add(Menu.NONE, Menu.NONE, 395 menu, 418 item = menu.add(Menu.NONE, Menu.NONE [all...] |
/packages/apps/Settings/src/com/android/settings/ |
RadioInfo.java | 46 import android.view.Menu; 360 public boolean onCreateOptionsMenu(Menu menu) { 361 menu.add(0, MENU_ITEM_SELECT_BAND, 0, R.string.radio_info_band_mode_label) 364 menu.add(1, MENU_ITEM_VIEW_ADN, 0, 366 menu.add(1, MENU_ITEM_VIEW_FDN, 0, 368 menu.add(1, MENU_ITEM_VIEW_SDN, 0, 370 menu.add(1, MENU_ITEM_GET_PDP_LIST, 372 menu.add(1, MENU_ITEM_TOGGLE_DATA, 378 public boolean onPrepareOptionsMenu(Menu menu) [all...] |
/packages/apps/Music/src/com/android/music/ |
TrackBrowserActivity.java | 49 import android.view.Menu; 641 public void onCreateContextMenu(ContextMenu menu, View view, ContextMenuInfo menuInfoIn) { 642 menu.add(0, PLAY_SELECTION, 0, R.string.play_selection); 643 SubMenu sub = menu.addSubMenu(0, ADD_TO_PLAYLIST, 0, R.string.add_to_playlist); 646 menu.add(0, REMOVE, 0, R.string.remove_from_playlist); 648 menu.add(0, USE_AS_RINGTONE, 0, R.string.ringtone_menu); 649 menu.add(0, DELETE_ITEM, 0, R.string.delete_item); 660 // only add the 'search' menu if the selected item is music 662 menu.add(0, SEARCH, 0, R.string.search_title); 670 menu.setHeaderTitle(mCurrentTrackName) [all...] |
/development/apps/GestureBuilder/res/values/ |
strings.xml | 57 <!-- Noun, menu item used to rename a gesture --> 59 <!-- Noun, menu item used to remove a gesture -->
|
/external/clearsilver/python/examples/trans/ |
README | 68 Menu.Name [Lang] = Start Here 73 Menu.Name : Lang.L112414
|
/external/opencore/build_config/default/ |
setup.sh | 9 echo_stdout "Build selection menu... choose from the following:" 31 function menu() function
|
/external/webkit/WebCore/inspector/ |
InspectorFrontendHost.h | 99 virtual void populateContextMenu(ContextMenu* menu) 102 menu->appendItem(*m_items[i]);
|
/packages/apps/IM/res/menu/ |
chat_screen_menu.xml | 21 <menu xmlns:android="http://schemas.android.com/apk/res/android"> 124 </menu>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
EventLogView.java | 86 * Places the actions in the toolbar and in the menu. 93 // first in the menu
|
/development/samples/ApiDemos/res/layout/ |
radio_group_1.xml | 26 android:id="@+id/menu">
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
TableLayout8.java | 40 final TableLayout table = (TableLayout) findViewById(R.id.menu);
|
/development/samples/BluetoothChat/res/values/ |
strings.xml | 37 <!-- Options Menu -->
|
/development/samples/SearchableDictionary/ |
_index.html | 4 app (via the device search button or Menu > Search), you can perform a search
|
/development/samples/SearchableDictionary/res/values/ |
strings.xml | 30 <!-- The menu entry that invokes search. -->
|
/development/simulator/app/assets/android-sooner/ |
layout.xml | 19 <button keyCode="soft-left" src="menu.png" x="93" y="367"/>
|
/device/htc/sapphire/recovery/ |
recovery_ui.c | 46 return key_pressed[KEY_MENU] && // menu
|
/external/icu4c/test/testdata/ |
testaliases.txt | 22 simplealias:alias { "testtypes/menu/file/open" } // simple referencing
|
/external/libpng/projects/visualc71/ |
README_zlib.txt | 14 1) On the main menu, select "File | Open Solution".
|
/external/webkit/WebCore/manual-tests/ |
input-starved-by-timers.html | 48 button (or browser's menu) while UI is frozen: <button onclick="log('clicked')">Click Me</button> <hr>
|
select-webkit-appearance-off-narrow-select.html | 23 menu gets lost with styled select in Windows</a></p>
|
/external/webkit/WebCore/manual-tests/inspector-wrappers/ |
inspector-wrappers-test-utils.js | 37 "<li>Choose \"Inspect Element\" from the context menu";
|
/external/webkit/WebCore/platform/ |
SSLKeyGenerator.h | 38 // key size in the <keygen> menu.
|