Searched refs:menu (Results 26 - 37 of 37) sorted by relevance

12

/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuItemView.java17 package com.android.internal.view.menu;
19 import com.android.internal.view.menu.MenuBuilder.ItemInvoker;
H A DIconMenuView.java17 package com.android.internal.view.menu;
19 import com.android.internal.view.menu.MenuBuilder.ItemInvoker;
39 * The icon menu view is an icon-based menu usually with a subset of all the menu items.
40 * It is opened as the default menu, and shows either the first five or all six of the menu items
43 * all the menu items.
60 /** Maximum number of items to show in the icon menu. */
90 /** Default animations for this menu */
327 initialize(MenuBuilder menu, int menuType) argument
[all...]
H A DMenuBuilder.java17 package com.android.internal.view.menu;
51 * standard menu UI.
56 /** The number of different menu types */
58 /** The menu type that represents the icon menu view */
60 /** The menu type that represents the expanded menu view */
63 * The menu type that represents a menu dialog. Examples are context and sub
64 * menus. This menu typ
232 onMenuItemSelected(MenuBuilder menu, MenuItem item) argument
243 onCloseMenu(MenuBuilder menu, boolean allMenusAreClosing) argument
256 onCloseSubMenu(SubMenuBuilder menu) argument
263 onMenuModeChange(MenuBuilder menu) argument
[all...]
H A DListMenuItemView.java17 package com.android.internal.view.menu;
/frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
H A DAppWidgetHostActivity.java159 public void onCreateContextMenu(ContextMenu menu, View v, argument
161 menu.add(ContextMenu.NONE, R.string.delete_appwidget, ContextMenu.NONE,
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
H A DStkCmdMessage.java58 mMenu = ((SelectItemParams) cmdParams).menu;
H A DStkService.java385 buf.write(menuId); // menu identifier chosen
546 private boolean removeMenu(Menu menu) { argument
548 if (menu.items.size() == 1 && menu.items.get(0) == null) {
/frameworks/base/tests/AndroidTests/src/com/android/unit_tests/
H A DMenuTest.java19 import com.android.internal.view.menu.MenuBuilder;
71 // 1. Create a grouped item in the menu
/frameworks/base/core/java/android/widget/
H A DTextView.java6545 * move the selection away from whatever the menu action was
6891 * Returns a word to add to the dictionary from the context menu,
7007 protected void onCreateContextMenu(ContextMenu menu) { argument
7008 super.onCreateContextMenu(menu);
7017 menu.add(0, ID_COPY, 0, name).
7020 menu.setHeaderTitle(com.android.internal.R.string.
7031 menu.add(0, ID_SELECT_ALL, 0,
7042 menu.add(0, ID_STOP_SELECTING_TEXT, 0,
7047 menu.add(0, ID_START_SELECTING_TEXT, 0,
7062 menu
[all...]
/frameworks/base/core/java/android/view/
H A DView.java20 import com.android.internal.view.menu.MenuBuilder;
808 * context menu.
1676 * Listener used to build the context menu.
2340 * Register a callback to be invoked when the context menu for this view is
2372 * Call this view's OnLongClickListener, if it is defined. Invokes the context menu
2395 * Bring up the context menu for this view.
2397 * @return Whether a context menu was displayed.
3213 * context menu.
4072 * Show the context menu for this view. It is not safe to hold on to the
4073 * menu afte
4077 createContextMenu(ContextMenu menu) argument
4118 onCreateContextMenu(ContextMenu menu) argument
8684 onCreateContextMenu(ContextMenu menu, View v, ContextMenuInfo menuInfo) argument
[all...]
H A DViewRoot.java2671 public void createContextMenu(ContextMenu menu) { argument
/frameworks/base/tools/aapt/
H A DResource.cpp153 || type == "color" || type == "menu";
639 ASSIGN_IT(menu);
658 !applyFileOverlay(bundle, assets, menus, "menu")) {
734 err = makeFileResources(bundle, assets, &table, menus, "menu");
835 ResourceDirIterator it(menus, String8("menu"));

Completed in 544 milliseconds

12