/external/webkit/WebKit/wx/ |
WebBrowserShell.cpp | 99 // create a menu bar 127 // the "About" item should be in the help menu 131 // now append the freshly created menu to the menu bar... 138 // ... and attach this menu bar to the frame
|
/packages/apps/Browser/src/com/android/browser/ |
TitleBar.java | 151 // context menu. 158 public void createContextMenu(ContextMenu menu) { 160 inflater.inflate(R.menu.title_context, menu); 161 mBrowserActivity.onCreateContextMenu(menu, this, null);
|
/packages/apps/IM/src/com/android/im/app/ |
SigningInActivity.java | 45 import android.view.Menu; 67 protected static final int ID_CANCEL_SIGNIN = Menu.FIRST + 1; 235 public boolean onCreateOptionsMenu(Menu menu) { 236 menu.add(0, ID_CANCEL_SIGNIN, 0, R.string.menu_cancel_signin)
|
/packages/apps/Phone/src/com/android/phone/ |
InCallScreen.java | 50 import android.view.Menu; 124 // Amount of time (in msec) that we keep the in-call menu onscreen 351 // particular the "Speaker" menu button) change state 355 // single menu item. (But even a full updateScreen() 416 // dismissMenu() has no effect if the menu is already closed. [all...] |
/packages/apps/Email/src/com/android/email/activity/ |
MailboxList.java | 47 import android.view.Menu; 225 public boolean onCreateOptionsMenu(Menu menu) { 226 super.onCreateOptionsMenu(menu); 227 getMenuInflater().inflate(R.menu.mailbox_list_option, menu); 252 public void onCreateContextMenu(ContextMenu menu, View v, ContextMenuInfo info) { 253 super.onCreateContextMenu(menu, v, info); 262 menu.setHeaderTitle(folderName); 263 getMenuInflater().inflate(R.menu.mailbox_list_context, menu) [all...] |
AccountFolderList.java | 56 import android.view.Menu; 578 public boolean onCreateOptionsMenu(Menu menu) { 579 super.onCreateOptionsMenu(menu); 580 getMenuInflater().inflate(R.menu.account_folder_list_option, menu); 585 public void onCreateContextMenu(ContextMenu menu, View v, ContextMenuInfo info) { 586 super.onCreateContextMenu(menu, v, info); 591 menu.setHeaderTitle(displayName); 592 getMenuInflater().inflate(R.menu.account_folder_list_smart_folder_context, menu) [all...] |
MessageList.java | 58 import android.view.Menu; 436 public boolean onCreateOptionsMenu(Menu menu) { 437 super.onCreateOptionsMenu(menu); 439 getMenuInflater().inflate(R.menu.message_list_option_smart_folder, menu); 441 getMenuInflater().inflate(R.menu.message_list_option, menu); 447 public boolean onPrepareOptionsMenu(Menu menu) { [all...] |
/bootable/recovery/ |
ui.c | 82 static char menu[MAX_ROWS][MAX_COLS]; variable 171 draw_text_line(i, menu[i]); 174 draw_text_line(i, menu[i]); 434 strncpy(menu[i], headers[i], text_cols-1); 435 menu[i][text_cols-1] = '\0'; 440 strncpy(menu[i], items[i-menu_top], text_cols-1); 441 menu[i][text_cols-1] = '\0';
|
/packages/apps/Contacts/src/com/android/contacts/ |
RecentCallsListActivity.java | 63 import android.view.Menu; 835 public boolean onCreateOptionsMenu(Menu menu) { 836 menu.add(0, MENU_ITEM_DELETE_ALL, 0, R.string.recentCalls_deleteAll) 842 public void onCreateContextMenu(ContextMenu menu, View view, ContextMenuInfo menuInfoIn) { [all...] |
ViewContactActivity.java | 79 import android.view.Menu; 529 public boolean onCreateOptionsMenu(Menu menu) { 530 super.onCreateOptionsMenu(menu); 533 inflater.inflate(R.menu.view, menu); 538 public boolean onPrepareOptionsMenu(Menu menu) { 539 super.onPrepareOptionsMenu(menu); 543 menu.findItem(R.id.menu_edit).setEnabled(hasRawContact) [all...] |
/prebuilt/common/eclipse/ |
org.eclipse.jface_3.4.2.M20090107-0800.jar | |
/external/quake/quake/src/WinQuake/data/ |
MANUAL.TXT | 21 B. The Main Menu
151 Menu. If you have renamed Run as the R key, for instance, then the Shift
228 By using the key configuration option from the Main Menu, you can
236 Options Menu F4
237 Multiplayer Menu F5
265 Main Menu Escape
279 B. The Main Menu
280 Tap the Escape key to pop up the Main Menu. While you are in the menu,
282 Use the arrow keys to move the Quake icon up and down the menu. Place [all...] |
/development/samples/Home/src/com/example/android/home/ |
Home.java | 46 import android.view.Menu; 89 // Identifiers for option menu items 90 private static final int MENU_WALLPAPER_SETTINGS = Menu.FIRST + 1; 151 // Close the menu 441 public boolean onCreateOptionsMenu(Menu menu) { 442 super.onCreateOptionsMenu(menu); 444 menu.add(0, MENU_WALLPAPER_SETTINGS, 0, R.string.menu_wallpaper) 447 menu.add(0, MENU_SEARCH, 0, R.string.menu_search) 450 menu.add(0, MENU_SETTINGS, 0, R.string.menu_settings [all...] |
/packages/apps/Phone/res/values/ |
strings.xml | 107 <!-- In-call menu item labels --> 108 <!-- Regular in-call menu items: --> 109 <!-- In-call menu: Label for "speakerphone" menu item --> 111 <!-- In-call menu: Label for "bluetooth" menu item --> 113 <!-- In-call menu: Label for "mute" menu item --> 115 <!-- In-call menu: Label for "hold" menu item -- [all...] |
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
PowerUsageSummary.java | 42 import android.view.Menu; 70 private static final int MENU_STATS_TYPE = Menu.FIRST; 71 private static final int MENU_STATS_REFRESH = Menu.FIRST + 1; 214 public boolean onCreateOptionsMenu(Menu menu) { 216 menu.add(0, MENU_STATS_TYPE, 0, R.string.menu_stats_total) 220 menu.add(0, MENU_STATS_REFRESH, 0, R.string.menu_stats_refresh) 227 public boolean onPrepareOptionsMenu(Menu menu) { 229 menu.findItem(MENU_STATS_TYPE).setTitle(mStatsType == BatteryStats.STATS_TOTA [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/ |
StkService.java | 385 buf.write(menuId); // menu identifier chosen 545 private boolean removeMenu(Menu menu) { 547 if (menu.items.size() == 1 && menu.items.get(0) == null) { 551 StkLog.d(this, "Unable to get Menu's items size");
|
/external/grub/grub/ |
main.c | 83 {"preset-menu", no_argument, 0, OPT_PRESET_MENU}, 114 --preset-menu use the preset menu\n\
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
UIDelegate.h | 204 /* [in] */ OLE_HANDLE menu, 217 /* [in] */ OLE_HANDLE menu) { return E_NOTIMPL; } 221 /* [in] */ OLE_HANDLE menu) { return E_NOTIMPL; }
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
RILConstants.java | 57 AVAILABLE Application Settings menu*/ 59 AVAILABLE Application Settings menu*/ 63 AVAILABLE Application Settings menu*/
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
BluetoothSettings.java | 250 public void onCreateContextMenu(ContextMenu menu, View v, 252 //For device picker, disable Context Menu 259 cachedDevice.onCreateContextMenu(menu);
|
/system/core/logcat/ |
event.logtags | 115 50000 menu_item_selected (Menu type where 0 is options and 1 is context|1|5),(Menu item title|3) 116 50001 menu_opened (Menu type where 0 is options and 1 is context|1|5)
|
/development/samples/ApiDemos/res/layout/ |
table_layout_8.xml | 22 android:id="@+id/menu"
|
table_layout_9.xml | 25 android:id="@+id/menu"
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
RadioGroup1.java | 42 mRadioGroup = (RadioGroup) findViewById(R.id.menu);
|
TableLayout7.java | 41 final TableLayout table = (TableLayout) findViewById(R.id.menu);
|