HomeSort by relevance Sort by last modified time
    Searched full:menu (Results 126 - 150 of 1265) sorted by null

1 2 3 4 56 7 8 91011>>

  /device/htc/dream/
trout-keypad-v3.kl 17 key 229 MENU WAKE_DROPPED
18 key 59 MENU WAKE_DROPPED
19 key 139 MENU WAKE_DROPPED
trout-keypad.kl 17 key 229 MENU WAKE_DROPPED
18 key 59 MENU WAKE_DROPPED
19 key 139 MENU WAKE_DROPPED
  /device/htc/passion-common/
mahimahi-keypad.kl 17 key 229 MENU WAKE_DROPPED
18 key 59 MENU WAKE_DROPPED
19 key 139 MENU WAKE_DROPPED
  /device/htc/sapphire/
sapphire-keypad.kl 17 key 229 MENU WAKE_DROPPED
18 key 59 MENU WAKE_DROPPED
19 key 139 MENU WAKE_DROPPED
  /external/grub/docs/
grub.8 18 specify stage2 config_file [default=/boot/grub/menu.lst]
44 \fB\-\-preset\-menu\fR
45 use the preset menu
  /external/webkit/WebCore/platform/gtk/
ContextMenuGtk.cpp 67 void ContextMenu::setPlatformDescription(PlatformMenuDescription menu)
69 ASSERT(menu);
73 m_platformDescription = menu;
  /packages/apps/Email/res/menu/
message_list_option.xml 17 <!-- This menu is shown when MessageList is viewing a regular mailbox. -->
19 <menu xmlns:android="http://schemas.android.com/apk/res/android">
48 </menu>
message_list_option_smart_folder.xml 17 <!-- This menu is shown when MessageList is viewing a smart-folder mailbox. -->
19 <menu xmlns:android="http://schemas.android.com/apk/res/android">
40 </menu>
  /sdk/emulator/keymaps/
qwerty.kl 17 key 229 MENU WAKE_DROPPED
18 key 139 MENU WAKE_DROPPED
19 key 59 MENU WAKE_DROPPED
  /development/samples/NotePad/src/com/example/android/notepad/
NoteEditor.java 34 import android.view.Menu;
59 // Identifiers for our menu items.
60 private static final int REVERT_ID = Menu.FIRST;
61 private static final int DISCARD_ID = Menu.FIRST + 1;
62 private static final int DELETE_ID = Menu.FIRST + 2;
260 public boolean onCreateOptionsMenu(Menu menu) {
261 super.onCreateOptionsMenu(menu);
265 menu.add(0, REVERT_ID, 0, R.string.menu_revert)
269 menu.add(0, DELETE_ID, 0, R.string.menu_delete
    [all...]
  /development/samples/Wiktionary/
_index.html 5 menu. The word of the day is downloaded from Wiktionary and displayed in a
  /development/samples/WiktionarySimple/
_index.html 4 installation menu. The word of the day is downloaded from Wiktionary and
  /external/opencore/protocols/sdp/parser/build/cml2/
rules.cml 4 menu sdpparser_plugins_menu #sdpparser
  /external/webkit/WebCore/manual-tests/
focusringcolor-change-on-theme-change.html 4 <li>Change the system focus ring color.<br>On OS X you can do this by going to System Preferences-&gt;Appearance and selecting another value in the Appearance popup menu.</li>
textarea-iframe-navigation.html 7 <li>In the Debug menu, click "Go to about:blank soon"</li>
  /packages/apps/Calendar/src/com/android/calendar/
AgendaActivity.java 35 import android.view.Menu;
186 public boolean onPrepareOptionsMenu(Menu menu) {
187 MenuHelper.onPrepareOptionsMenu(this, menu);
188 return super.onPrepareOptionsMenu(menu);
192 public boolean onCreateOptionsMenu(Menu menu) {
193 MenuHelper.onCreateOptionsMenu(menu);
194 return super.onCreateOptionsMenu(menu);
  /packages/apps/IM/plugin/com/android/im/plugin/
BrandingResourceIDs.java 50 * The label of the menu to go to the contact list screen.
141 * The label of the menu to add a contact.
145 * The label of the menu to start a conversation.
149 * The label of the menu to view contact profile info.
153 * The label of the menu to end a conversation.
157 * The label of the menu to block a contact.
161 * The label of the menu to delete a contact.
165 * The label of the menu to insert a smiley.
169 * The label of the menu to switch conversations.
  /packages/apps/Phone/src/com/android/phone/
InCallMenu.java 26 * Helper class to manage the options menu for the InCallScreen.
28 * This class is the "Model" (in M-V-C nomenclature) for the in-call menu;
29 * it knows about all possible menu items, and contains logic to determine
34 * to lay out and draw the menu, and InCallMenuItemView, which is the View
54 * All possible menu items (see initMenu().)
90 * Initializes the in-call menu by creating a new InCallMenuView,
91 * creating all possible menu items, and loading them into the
104 // Explicitly use the "icon menu" theme for the Views we create.
151 // TODO: Icons for menu items we don't have yet:
208 // entirely in XML (just like we currently do with res/menu/*.xm
    [all...]
  /packages/apps/Settings/src/com/android/settings/
UserDictionarySettings.java 29 import android.view.Menu;
63 private static final int CONTEXT_MENU_EDIT = Menu.FIRST;
64 private static final int CONTEXT_MENU_DELETE = Menu.FIRST + 1;
66 private static final int OPTIONS_MENU_ADD = Menu.FIRST;
144 public void onCreateContextMenu(ContextMenu menu, View v, ContextMenuInfo menuInfo) {
148 menu.setHeaderTitle(getWord(adapterMenuInfo.position));
149 menu.add(0, CONTEXT_MENU_EDIT, 0,
151 menu.add(0, CONTEXT_MENU_DELETE, 0,
178 public boolean onCreateOptionsMenu(Menu menu) {
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkInputActivity.java 201 public boolean onCreateOptionsMenu(android.view.Menu menu) {
202 super.onCreateOptionsMenu(menu);
203 menu.add(android.view.Menu.NONE, StkApp.MENU_ID_END_SESSION, 1,
205 menu.add(0, StkApp.MENU_ID_HELP, 2, R.string.help);
211 public boolean onPrepareOptionsMenu(android.view.Menu menu) {
212 super.onPrepareOptionsMenu(menu);
213 menu.findItem(StkApp.MENU_ID_END_SESSION).setVisible(true)
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
HudLayer.java 40 import com.cooliris.media.MenuBar.Menu;
54 private MenuBar.Menu[] mNormalBottomMenu = null;
55 private MenuBar.Menu[] mSingleViewIntentBottomMenu = null;
56 private MenuBar.Menu[] mNormalBottomMenuNoShare = null;
57 private MenuBar.Menu[] mSingleViewIntentBottomMenuNoShare = null;
157 MenuBar.Menu shareMenu = new MenuBar.Menu.Builder(context.getResources().getString(Res.string.share)).icon(
164 MenuBar.Menu deleteMenu = new MenuBar.Menu.Builder(context.getResources().getString(Res.string.delete)).icon(
167 MenuBar.Menu moreMenu = new MenuBar.Menu.Builder(context.getResources().getString(Res.string.more)).icon
414 Menu menu = new MenuBar.Menu.Builder(numItems + items).config(MenuBar.MENU_TITLE_STYLE_TEXT).build(); local
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserDownloadPage.java 38 import android.view.Menu;
158 public boolean onCreateOptionsMenu(Menu menu) {
161 inflater.inflate(R.menu.downloadhistory, menu);
167 public boolean onPrepareOptionsMenu(Menu menu) {
169 menu.findItem(R.id.download_menu_cancel_all).setEnabled(showCancel);
170 return super.onPrepareOptionsMenu(menu);
270 // Close the context menu, reopen with up to date data
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettings.java 49 import android.view.Menu;
59 private static final int MENU_ID_SCAN = Menu.FIRST;
60 private static final int MENU_ID_ADVANCED = Menu.FIRST + 1;
61 private static final int MENU_ID_CONNECT = Menu.FIRST + 2;
62 private static final int MENU_ID_FORGET = Menu.FIRST + 3;
63 private static final int MENU_ID_MODIFY = Menu.FIRST + 4;
160 public boolean onCreateOptionsMenu(Menu menu) {
161 menu.add(Menu.NONE, MENU_ID_SCAN, 0, R.string.wifi_menu_scan
    [all...]
  /build/target/board/emulator/
tuttle2.kl 16 key 229 MENU WAKE_DROPPED
17 key 59 MENU WAKE_DROPPED
  /build/target/board/generic/
tuttle2.kl 16 key 229 MENU WAKE_DROPPED
17 key 59 MENU WAKE_DROPPED

Completed in 47 milliseconds

1 2 3 4 56 7 8 91011>>