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

<<21222324252627282930>>

  /packages/apps/Browser/src/com/android/browser/
BrowserSettings.java 105 // The setting can be then toggled from the settings menu.
324 // Debug menu items have precidence if the menu is visible
  /packages/apps/Settings/src/com/android/settings/
ManageApplications.java 47 import android.view.Menu;
138 // sort order that can be changed through the menu can be sorted alphabetically
223 // State variables used to figure out menu options and also
263 * menu key, REORDER_LIST message is posted to the handler. this sorts the list
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
SdkConstants.java 153 /** Default menu resource folder name, i.e. "menu" */
154 public final static String FD_MENU = "menu"; //$NON-NLS-1$
  /external/quake/quake/src/QW/
Makefile.Linux 242 $(BUILDDIR)/client/menu.o \
398 $(BUILDDIR)/client/menu.o : $(CLIENT_DIR)/menu.c
578 $(BUILDDIR)/glclient/menu.o \
670 $(BUILDDIR)/glclient/menu.o : $(CLIENT_DIR)/menu.c
  /external/webkit/WebKit/gtk/webkit/
webkitwebsettings.cpp 698 * WebKitWebSettings:enable-default-context-menu:
701 * and display the context menu. Turning this off will make
712 "enable-default-context-menu",
713 _("Enable Default Context Menu"),
714 _("Enables the handling of right-clicks for the creation of the default context menu"),
    [all...]
  /frameworks/base/core/java/android/widget/
ExpandableListView.java 57 * The context menu information set by an {@link ExpandableListView} will be a
    [all...]
  /frameworks/base/docs/html/guide/topics/search/
search-dialog.jd 80 which the user can invoke a search, such as with a search button in the Options Menu or elsewhere in
336 <p>For example, you should provide a menu item in your <a
337 href="{@docRoot}guide/topics/ui/menus.html#options-menu">Options Menu</a> or a button in your UI to
340 medium and high density screens, which you can use for your menu item or button (low density
344 <p>If you chose to provide a shortcut key for the menu item, using {@link
  /cts/tests/src/android/view/cts/
MockView.java 300 protected void onCreateContextMenu(ContextMenu menu) {
301 super.onCreateContextMenu(menu);
  /external/bluetooth/bluez/input/
fakehid.c 117 [0x1a] = KEY_MENU, /* top menu */
118 [0x40] = KEY_CONTEXT_MENU, /* pop up/menu */
  /external/ppp/pppd/plugins/radius/etc/
dictionary 113 ATTRIBUTE Menu 1001 string
114 ATTRIBUTE Termination-Menu 1002 string
  /external/webkit/WebCore/platform/android/
TemporaryLinkStubs.cpp 242 void ContextMenu::setPlatformDescription(PlatformMenuDescription menu)
245 m_platformDescription = menu;
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginEventHandlerCarbon.mm 112 // Plug-in should not react to cursor position when not active or when a menu is down.
117 if (![[m_pluginView window] isKeyWindow] || (error == noErr && trackingData.menu)) {
  /external/webkit/WebKitTools/DumpRenderTree/win/
UIDelegate.cpp 214 /* [in] */ OLE_HANDLE menu,
241 // menu to write out the title to.
  /frameworks/base/core/java/android/app/
ExpandableListActivity.java 164 * Override this to populate the context menu when an item is long pressed. menuInfo
173 public void onCreateContextMenu(ContextMenu menu, View v, ContextMenuInfo menuInfo) {
  /packages/apps/AccountsAndSyncSettings/res/values/
strings.xml 44 <!-- Data synchronization settings screen, menu option -->
46 <!-- Data synchronization settings screen, menu option -->
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidTargetData.java 22 import com.android.ide.eclipse.adt.internal.editors.menu.descriptors.MenuDescriptors;
187 * Returns the menu descriptors.
  /frameworks/base/core/res/res/values/
strings.xml     [all...]
  /external/webkit/WebKit/chromium/src/
WebViewImpl.cpp 396 // Actually showing the context menu is handled by the ContextMenuClient
557 // enter when selecting an item in the menu will go to the page.
659 // the selected element. Ideally we'd have the position of a context menu
663 // The contextMenuController() holds onto the last context menu that was
665 // this menu before propagating the event through the DOM so that we can
666 // detect if we create a new menu for this event, since we won't create
667 // a new menu if the DOM swallows the event and the defaultEventHandler does
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
CalendarView.java     [all...]
  /device/htc/passion-common/overlay/frameworks/base/core/res/res/values/
config.xml 27 <!-- disable menu hard key on Passion in non-pattern lockscreen -->
  /external/bluetooth/glib/docs/reference/glib/tmpl/
i18n.sgml 43 e.g. disambiguate two "Open" menu entries as "File|Open" and "Printer|Open".
  /external/grub/docs/
internals.texi 12 @menu
24 @end menu
64 Heap, in particular used for the menu
271 they are menu-specific or can be used anywhere. The definition of a
  /external/libffi/doc/
libffi.info 39 * Menu:
85 * Menu:
198 * Menu:
472 * Menu:
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemvideo.h 88 void *menubar; /* Menu bar save buffer when going fullscreen */
  /external/qemu/distrib/sdl-1.2.12/src/video/macrom/
SDL_romvideo.c 70 /* Saved state for the menu bar */
313 /* Change the menu height in lowmem */
396 DiffRgn(drawRgn, menuRgn, drawRgn); /* Clip out the menu */
409 UnionRgn(drawRgn, menuRgn, drawRgn); /* Put back the menu */

Completed in 199 milliseconds

<<21222324252627282930>>