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

<<1112131415

  /external/chromium/chrome/browser/resources/
menu.js 20 * @param {number} index The index of menu item to activate in menu model.
39 * Decorates the menu item element.
42 this.className = 'menu-item';
47 * @param {Menu} menu A {@code Menu} object to which this menu item
49 * @param {Object} attrs JSON object that represents this menu items
50 * properties. This is created from menu model in C code. Se
    [all...]
  /frameworks/base/core/java/android/app/
Activity.java 66 import android.view.Menu;
    [all...]
FragmentManager.java 34 import android.view.Menu;
340 * Invalidate the attached activity's options menu as necessary.
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/dialpad/
DialpadFragment.java 56 import android.view.Menu;
287 int minCellSize = (int) (56 * dm.density); // 56dip == minimum size of menu buttons
622 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {
623 super.onCreateOptionsMenu(menu, inflater);
626 inflater.inflate(R.menu.dialpad_options, menu);
631 public void onPrepareOptionsMenu(Menu menu) {
632 // Hardware menu key should be available and Views should already be ready
898 final Menu menu = popupMenu.getMenu(); local
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Controller.java 64 import android.view.Menu;
181 private Menu mCachedMenu;
192 * after a configuration change is simply a reopening of the same menu
198 * Keeps track of whether the options menu is open. This is important in
204 * Whether or not the options menu is in its bigger, popup menu form. When
612 // update the menu in case of a locale change
914 // update the menu items.
1494 updateMenuState(getCurrentTab(), menu); local
    [all...]
BrowserHistoryPage.java 46 import android.view.Menu;
286 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {
287 super.onCreateOptionsMenu(menu, inflater);
288 inflater.inflate(R.menu.history, menu);
343 public void onCreateContextMenu(ContextMenu menu, View v, ContextMenuInfo menuInfo) {
351 // Inflate the menu
354 inflater.inflate(R.menu.historycontext, menu);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformancesView.java 45 import org.eclipse.swt.widgets.Menu;
281 * Fill the context menu.
288 * Fill the filters drop-down menu.
296 * Fill the local data drop-down menu
303 * Fill the local pull down menu.
307 // Filters menu
312 // Local data menu
403 * Hook the context menu.
413 Menu menu = menuMgr.createContextMenu(this.viewer.getControl()) local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactSelectionActivity.java 49 import android.view.Menu;
88 * Can be null. If null, the "Create New Contact" button should be on the menu.
184 // In order to make the SearchView look like "shown via search menu", we need to
221 public boolean onCreateOptionsMenu(Menu menu) {
223 // try showing a menu for it.
226 inflater.inflate(R.menu.contact_picker_options, menu);
PeopleActivity.java 88 import android.view.Menu;
704 // hide it so its options menu will be shown/hidden.
737 // When switching tabs, we need to invalidate options menu, but executing a
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumSetPage.java 29 import android.view.Menu;
227 // We only show cluster menu in the first AlbumPage in stack
326 // Don't hide menu here otherwise the list menu will disappear earlier than
410 protected boolean onCreateActionBar(Menu menu) {
418 inflater.inflate(R.menu.pickup, menu);
429 inflater.inflate(R.menu.pickup, menu);
    [all...]
PhotoPage.java 31 import android.view.Menu;
111 private Menu mMenu;
528 protected boolean onCreateActionBar(Menu menu) {
530 inflater.inflate(R.menu.photo, menu);
531 mShareActionProvider = GalleryActionBar.initializeShareActionProvider(menu);
533 mMenu = menu;
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageListFragment.java 42 import android.view.Menu;
530 public void onPrepareOptionsMenu(Menu menu) {
531 MenuItem send = menu.findItem(R.id.send);
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java 53 import android.view.Menu;
155 // sort order that can be changed through the menu can be sorted alphabetically
438 private Menu mOptionsMenu;
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
AndouKun.java 37 import android.view.Menu;
56 private static final int CHANGE_LEVEL_ID = Menu.FIRST;
65 // If the version is a negative number, debug features (logging and a debug menu)
385 result = false; // Allow the debug menu to come up in debug mode.
407 result = false; // Allow the debug menu to come up in debug mode.
422 public boolean onCreateOptionsMenu(Menu menu) {
423 super.onCreateOptionsMenu(menu);
425 // Only allow the debug menu in development versions.
427 menu.add(0, CHANGE_LEVEL_ID, 0, R.string.change_level)
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Folder.java 36 import android.view.Menu;
182 public boolean onCreateActionMode(ActionMode mode, Menu menu) {
189 public boolean onPrepareActionMode(ActionMode mode, Menu menu) {
    [all...]
  /packages/apps/Music/src/com/android/music/
AlbumBrowserActivity.java 47 import android.view.Menu;
272 public void onCreateContextMenu(ContextMenu menu, View view, ContextMenuInfo menuInfoIn) {
273 menu.add(0, PLAY_SELECTION, 0, R.string.play_selection);
274 SubMenu sub = menu.addSubMenu(0, ADD_TO_PLAYLIST, 0, R.string.add_to_playlist);
276 menu.add(0, DELETE_ITEM, 0, R.string.delete_item);
289 menu.setHeaderTitle(getString(R.string.unknown_album_name));
291 menu.setHeaderTitle(mCurrentAlbumName);
294 menu.add(0, SEARCH, 0, R.string.search_title);
372 // Since we hide the 'search' menu item when both album and artist are
415 public boolean onCreateOptionsMenu(Menu menu)
    [all...]
ArtistAlbumBrowserActivity.java 50 import android.view.Menu;
284 public boolean onCreateOptionsMenu(Menu menu) {
285 super.onCreateOptionsMenu(menu);
286 menu.add(0, PARTY_SHUFFLE, 0, R.string.party_shuffle); // icon will be set in onPrepareOptionsMenu()
287 menu.add(0, SHUFFLE_ALL, 0, R.string.shuffle_all).setIcon(R.drawable.ic_menu_shuffle);
292 public boolean onPrepareOptionsMenu(Menu menu) {
293 MusicUtils.setPartyShuffleMenuIcon(menu);
294 return super.onPrepareOptionsMenu(menu);
    [all...]
MediaPlaybackActivity.java 53 import android.view.Menu;
512 public boolean onCreateOptionsMenu(Menu menu) {
513 super.onCreateOptionsMenu(menu);
514 // Don't show the menu items if we got launched by path/filedescriptor, or
515 // if we're in one shot mode. In most cases, these menu items are not
519 menu.add(0, GOTO_START, 0, R.string.goto_start).setIcon(R.drawable.ic_menu_music_library);
520 menu.add(0, PARTY_SHUFFLE, 0, R.string.party_shuffle); // icon will be set in onPrepareOptionsMenu()
521 SubMenu sub = menu.addSubMenu(0, ADD_TO_PLAYLIST, 0,
525 menu.add(1, USE_AS_RINGTONE, 0, R.string.ringtone_menu_short
    [all...]
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 45 import android.view.Menu;
367 public boolean onCreateOptionsMenu(Menu menu) {
368 menu.add(0, MENU_ITEM_SELECT_BAND, 0, R.string.radio_info_band_mode_label)
371 menu.add(1, MENU_ITEM_VIEW_ADN, 0,
373 menu.add(1, MENU_ITEM_VIEW_FDN, 0,
375 menu.add(1, MENU_ITEM_VIEW_SDN, 0,
377 menu.add(1, MENU_ITEM_GET_PDP_LIST,
379 menu.add(1, MENU_ITEM_TOGGLE_DATA,
385 public boolean onPrepareOptionsMenu(Menu menu)
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
OverlayLinearLayout.java 32 import android.view.Menu;
97 public boolean onCreateActionMode(ActionMode mode, Menu menu) {
101 activity.getMenuInflater().inflate(R.menu.overlay_mode_menu, menu);
106 public boolean onPrepareActionMode(ActionMode mode, Menu menu) {
110 final MenuItem eomi = menu.findItem(R.id.action_edit_overlay);
113 final MenuItem romi = menu.findItem(R.id.action_remove_overlay);
    [all...]
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadList.java 39 import android.view.Menu;
279 public boolean onPrepareActionMode(ActionMode mode, Menu menu) {
284 public boolean onCreateActionMode(ActionMode mode, Menu menu) {
287 inflater.inflate(R.menu.download_menu, menu);
735 * handle share menu button click when one more files are selected for sharing
  /hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmRxApp.java 40 import android.view.Menu;
72 sFmRadio.rxEnable() is called from FM application, when the user selects FM radio icon from main menu.
125 * Menu Constants
127 public static final int MENU_CONFIGURE = Menu.FIRST + 1;
128 public static final int MENU_EXIT = Menu.FIRST + 2;
129 public static final int MENU_ABOUT = Menu.FIRST + 3;
130 public static final int MENU_PRESET = Menu.FIRST + 4;
131 public static final int MENU_SETFREQ = Menu.FIRST + 5;
615 * when we are in the FM application main menu
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java 31 import com.android.internal.view.menu.ContextMenuBuilder;
32 import com.android.internal.view.menu.IconMenuPresenter;
33 import com.android.internal.view.menu.ListMenuPresenter;
34 import com.android.internal.view.menu.MenuBuilder;
35 import com.android.internal.view.menu.MenuDialogHelper;
36 import com.android.internal.view.menu.MenuPresenter;
37 import com.android.internal.view.menu.MenuView;
75 import android.view.Menu;
112 * Simple callback used by the context menu and its submenus. The options
113 * menu submenus do not use this (their behavior is more complex)
1029 final MenuBuilder menu = new MenuBuilder(context); local
    [all...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.h 35 #include "views/controls/menu/native_menu_win.h"
68 class Menu;
159 // command id. This can be used to provide menu item shortcut hints etc.
182 // Called right before displaying the system menu to allow the BrowserView
184 void PrepareToRunSystemMenu(HMENU menu);
435 // Creates the system menu.
491 // Builds the correct menu for when we have minimal chrome.
636 // The additional items we insert into the system menu.
640 // The wrapped system menu itself.
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 99 ATTRIBUTE Ascend-Menu-Selector 205 string
100 ATTRIBUTE Ascend-Menu-Item 206 string

Completed in 3164 milliseconds

<<1112131415