HomeSort by relevance Sort by last modified time
    Searched refs:menu (Results 276 - 300 of 539) sorted by null

<<11121314151617181920>>

  /packages/apps/Phone/src/com/android/phone/sip/
SipEditor.java 40 import android.view.Menu;
55 private static final int MENU_SAVE = Menu.FIRST;
56 private static final int MENU_DISCARD = Menu.FIRST + 1;
57 private static final int MENU_REMOVE = Menu.FIRST + 2;
203 public boolean onCreateOptionsMenu(Menu menu) {
204 super.onCreateOptionsMenu(menu);
205 menu.add(0, MENU_SAVE, 0, R.string.sip_menu_save)
207 menu.add(0, MENU_DISCARD, 0, R.string.sip_menu_discard)
209 menu.add(0, MENU_REMOVE, 0, R.string.remove_sip_account
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsList.java 29 import android.view.Menu;
65 /** ID of the menu item (add) */
67 /** ID of the menu item (edit) */
69 /** ID of the menu item (delete) */
71 /** ID of the menu item (initialize) */
98 private Menu mMenu;
112 /** The state of "Add" menu item */
114 /** The state of "Edit" menu item */
116 /** The state of "Delete" menu item */
118 /** The state of "Initialize" menu item *
    [all...]
  /frameworks/base/core/java/android/app/
Activity.java 65 import android.view.Menu;
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
PositionTesterContextMenuListener.java 53 public void onCreateContextMenu(ContextMenu menu, View v, ContextMenuInfo menuInfo) {
  /development/ide/xcode/ports/
skia_mac.cp 61 // Once the nib reference is created, set the menu bar. "MainMenu" is the name of the menu bar
  /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);
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
ContentFragment.java 33 import android.view.Menu;
368 public boolean onCreateActionMode(ActionMode actionMode, Menu menu) {
372 inflater.inflate(R.menu.photo_context_menu, menu);
376 public boolean onPrepareActionMode(ActionMode actionMode, Menu menu) {
  /external/chromium/chrome/browser/renderer_host/
gtk_im_context_wrapper.h 57 // Not defined for views because the views context menu doesn't
59 void AppendInputMethodsContextMenu(MenuGtk* menu);
  /external/chromium/chrome/browser/ui/cocoa/translate/
translate_infobar_base.h 40 // Adds an item with the specified properties to |menu|.
41 void AddMenuItem(NSMenu *menu, id target, SEL selector, NSString* title,
67 // In the current locale, are the "from" and "to" language popup menu
119 // Called when the source or target language selection changes in a menu.
121 // menu.
130 // Teardown and rebuild the options menu. When the infobar is small, the
131 // options menu is shrunk to just a drop down arrow, so the title needs
153 // Returns the underlying options menu.
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_menu_controller_gtk.h 48 // Pops up the menu. |widget| must be a GtkChromeButton.
62 // gtk menus rooted in |menu|.
65 GtkWidget* menu);
87 // We have to stop drawing |triggering_widget_| as active when the menu
107 // Parent window of this menu.
117 // all sorts of weird non-standard things with this menu, like:
118 // - The menu is a drag target
119 // - The menu items have context menus.
132 // Mapping from node to GtkMenuItem menu id. This only contains entries for
136 // The controller and view for the right click context menu
    [all...]
  /external/chromium/chrome/browser/ui/views/
accessibility_event_router_views.h 59 // Handle a menu item being focused (separate because a menu item is
103 // Return true if it's an event on a menu.
106 // Recursively explore all menu items of |menu| and return in |count|
112 views::View* menu, views::View* item, int* index, int* count);
116 // to a window with a profile (like menu events).
  /external/quake/
Android.mk 66 menu.cpp \
  /external/replicaisland/src/com/replica/replicaisland/
LevelSelectActivity.java 26 import android.view.Menu;
282 public boolean onCreateOptionsMenu(Menu menu) {
283 super.onCreateOptionsMenu(menu);
286 menu.add(0, UNLOCK_NEXT_LEVEL_ID, 0, R.string.unlock_next_level);
287 menu.add(0, UNLOCK_ALL_LEVELS_ID, 0, R.string.unlock_levels);
  /external/webkit/Source/WebCore/platform/wx/
PopupMenuWx.cpp 2 * This file is part of the popup menu implementation for <select> elements in WebCore.
37 #include <wx/menu.h>
90 // construct the menu
101 // FIXME: appending a menu item with an empty label asserts in
  /packages/apps/Browser/src/com/android/browser/
BrowserSnapshotPage.java 157 public void onCreateContextMenu(ContextMenu menu, View v,
160 inflater.inflate(R.menu.snapshots_context, menu);
166 menu.setHeaderView(header);
NavigationBarPhone.java 23 import android.view.Menu;
191 Menu menu = mPopupMenu.getMenu(); local
192 if (activity.onPrepareOptionsMenu(menu)) {
199 public void onDismiss(PopupMenu menu) {
200 if (menu == mPopupMenu) {
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java 88 import android.view.Menu;
683 // hide it so its options menu will be shown/hidden.
716 // When switching tabs, we need to invalidate options menu, but executing a
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
EmailActivity.java 27 import android.view.Menu;
316 public boolean onCreateOptionsMenu(Menu menu) {
317 return mUIController.onCreateOptionsMenu(getMenuInflater(), menu);
321 public boolean onPrepareOptionsMenu(Menu menu) {
322 return mUIController.onPrepareOptionsMenu(getMenuInflater(), menu);
Welcome.java 27 import android.view.Menu;
214 public boolean onCreateOptionsMenu(Menu menu) {
215 // Only create the menu if we had to stop and show a loading spinner - otherwise
218 return super.onCreateOptionsMenu(menu);
221 getMenuInflater().inflate(R.menu.welcome, menu);
  /packages/apps/Mms/src/com/android/mms/ui/
MessagingPreferenceActivity.java 41 import android.view.Menu;
66 // Menu entries
196 public boolean onCreateOptionsMenu(Menu menu) {
197 super.onCreateOptionsMenu(menu);
198 menu.clear();
199 menu.add(0, MENU_RESTORE_DEFAULTS, 0, R.string.restore_default);
  /packages/apps/Settings/src/com/android/settings/
ApnSettings.java 41 import android.view.Menu;
68 private static final int MENU_NEW = Menu.FIRST;
69 private static final int MENU_RESTORE = Menu.FIRST + 1;
197 public boolean onCreateOptionsMenu(Menu menu) {
198 super.onCreateOptionsMenu(menu);
199 menu.add(0, MENU_NEW, 0,
202 menu.add(0, MENU_RESTORE, 0,
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
MiscFilesHandler.java 29 import android.view.Menu;
84 public boolean onCreateActionMode(ActionMode mode, Menu menu) {
86 inflater.inflate(R.menu.misc_files_menu, menu);
90 public boolean onPrepareActionMode(ActionMode mode, Menu menu) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SubmenuAction.java 11 import org.eclipse.swt.widgets.Menu;
18 private Menu mMenu;
36 public Menu getMenu(Control parent) {
40 public Menu getMenu(Menu parent) {
41 mMenu = new Menu(parent);
49 protected abstract void addMenuItems(Menu menu);
  /cts/tests/src/android/app/cts/
ExpandableListTestActivity.java 34 import com.android.internal.view.menu.ContextMenuBuilder;
163 public void onCreateContextMenu(ContextMenu menu, View v,
166 super.onCreateContextMenu(menu, v, menuInfo);

Completed in 829 milliseconds

<<11121314151617181920>>