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

<<21222324252627282930>>

  /frameworks/base/docs/html/guide/topics/media/jet/
jetcreator_manual.jd 866 <h3>5.6.1 File Menu</h3>
868 <p>The File Menu contains the following
894 <h3>5.6.2 Edit Menu</h3>
896 <p>The Edit Menu contains the following
920 <p>The Edit Menu contains the following
940 <p>The Segments Menu contains the following
957 <p>The Help Menu will contain at least the
    [all...]
  /frameworks/base/docs/html/guide/topics/resources/
providing-resources.jd 114 <td><code>menu/</code></td>
115 <td>XML files that define application menus, such as an Options Menu, Context Menu, or Sub
116 Menu. See <a href="menu-resource.html">Menu Resource</a>.</td>
626 create an alias to another resource. In particular, animation, menu, raw, and other unspecified
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
MonthView.java 279 // and we don't want the long-press to pop up a context menu.
341 // with popping up the context menu.
386 public void onCreateContextMenu(ContextMenu menu, View view, ContextMenuInfo menuInfo) {
394 menu.setHeaderTitle(title);
396 item = menu.add(0, MenuHelper.MENU_DAY, 0, R.string.show_day_view);
401 item = menu.add(0, MenuHelper.MENU_AGENDA, 0, R.string.show_agenda_view);
406 item = menu.add(0, MenuHelper.MENU_EVENT_CREATE, 0, R.string.event_create);
    [all...]
  /development/samples/ApiDemos/res/values/
strings.xml 86 <string name="activity_menu">App/Activity/Menu</string>
87 <string name="open_menu">Open menu</string>
88 <string name="close_menu">Close menu</string>
91 <string name="long_click_for_context_menu">Long click for context menu</string>
222 <string name="menu_from_xml_title">App/Menu/Inflate from XML</string>
223 <string name="menu_from_xml_instructions_press_menu">Select a menu resource and press the menu key.</string>
224 <string name="menu_from_xml_instructions_go_back">If you want to choose another menu resource, go back and re-run this activity.</string>
326 <!-- app/menu examples strings -->
348 <!-- app/menu examples strings --
    [all...]
  /external/webkit/WebCore/platform/chromium/
PopupMenuChromium.cpp 74 // The settings used for the drop down menu.
370 // Get the ChromeClient and pass it the popup menu's listbox data.
377 // native menu (see |PopupListBox::hidePopup()|);
    [all...]
KeyCodeConversionGtk.cpp 299 // VKEY_LMENU (A4) Left MENU key
300 // VKEY_RMENU (A5) Right MENU key
KeyboardCodesPosix.h 408 // VKEY_LMENU (A4) Left MENU key
411 // VKEY_RMENU (A5) Right MENU key
KeyboardCodesWin.h 414 // VKEY_LMENU (A4) Left MENU key
417 // VKEY_RMENU (A5) Right MENU key
  /frameworks/base/core/java/android/widget/
AdapterView.java 380 * Extra menu information provided to the
382 * callback when a context menu is brought up for this AdapterView.
394 * The child view for which the context menu is being displayed. This
400 * The position in the adapter for which the context menu is being
406 * The row id of the item for which the context menu is being displayed.
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageView.java 67 import android.view.Menu;
    [all...]
MessageCompose.java 60 import android.view.Menu;
    [all...]
  /external/webkit/WebKit/mac/
ChangeLog-2007-10-14     [all...]
  /frameworks/base/core/java/android/view/
View.java 20 import com.android.internal.view.menu.MenuBuilder;
809 * context menu.
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
_index.html 34 <dd>Demonstrates a simple linear layout with menu options demonstrating horizontal and vertical gravity options.</dd>
65 <dd>Demonstrates a complex TableLayout with spanning columns and stretchable columns to create a menu-like layout. </dd>
  /external/bison/doc/
bison.texinfo 88 @menu
328 @end menu
402 @menu
416 @end menu
730 @menu
735 @end menu
    [all...]
  /external/grub/
INSTALL 250 `--enable-preset-menu=FILE'
251 Preset a menu file FILE in Stage 2. This is useful, if you cannot
  /external/qemu/android/
hw-events.h 42 * The Android "Menu" key is KEY_SOFT1, *not* KEY_MENU
181 KEY_CODE(MENU ,139) \
  /external/webkit/WebCore/platform/
KeyboardCodes.h 426 // VK_LMENU (A4) Left MENU key
429 // VK_RMENU (A5) Right MENU key
  /external/webkit/WebCore/platform/android/
KeyboardCodes.h 409 // VK_LMENU (A4) Left MENU key
412 // VK_RMENU (A5) Right MENU key
  /external/webkit/WebCore/platform/haiku/
KeyboardCodes.h 409 // VK_LMENU (A4) Left MENU key
412 // VK_RMENU (A5) Right MENU key
  /external/webkit/WebCore/platform/wx/
KeyboardCodes.h 408 // VK_LMENU (A4) Left MENU key
411 // VK_RMENU (A5) Right MENU key
  /external/webkit/WebKit/chromium/public/
WebViewClient.h 74 // responsible for rendering the contents of the popup menu.
215 // Shows a context menu with commands relevant to a specific element on
  /external/webkit/WebKit/chromium/src/
WebViewImpl.h 233 // Handles context menu events orignated via the the keyboard. These
413 // A pointer to the current suggestions popup menu client. This can be
  /frameworks/base/docs/html/guide/tutorials/notepad/
notepad-ex3.jd 28 <strong>Fix Project Properties</strong> from the popup menu. The starting point for this exercise is
355 click menu again)</p>
  /frameworks/base/docs/html/resources/tutorials/notepad/
notepad-ex3.jd 28 <strong>Fix Project Properties</strong> from the popup menu. The starting point for this exercise is
355 click menu again)</p>

Completed in 213 milliseconds

<<21222324252627282930>>