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

<<11121314151617181920>>

  /external/webkit/WebCore/platform/android/
SearchPopupMenuAndroid.cpp 41 // Create a search popup menu - not sure what else we have to do here
  /external/webkit/WebKit/chromium/public/
WebPopupMenuInfo.h 39 // Describes the contents of a popup menu.
  /external/webkit/WebKit/chromium/src/
AutocompletePopupMenuClient.h 44 // The Autocomplete suggestions popup menu client, used to display a list of
  /external/webkit/WebKit/mac/
PublicHeaderChangesFromTiger.txt 32 These are all used by the context menu for PDF documents.
  /external/webkit/WebKit/mac/WebCoreSupport/
WebImageRendererFactory.m 30 // call the methods from the Debug menu. Once we don't need compatibility with those versions
WebInspectorClient.mm 455 // These methods can be used by UI elements such as menu items and toolbar buttons when the inspector is the key window.
484 [menuItem setTitle:UI_STRING("Stop Debugging JavaScript", "title for Stop Debugging JavaScript menu item")];
486 [menuItem setTitle:UI_STRING("Start Debugging JavaScript", "title for Start Debugging JavaScript menu item")];
490 [menuItem setTitle:UI_STRING("Stop Profiling JavaScript", "title for Stop Profiling JavaScript menu item")];
492 [menuItem setTitle:UI_STRING("Start Profiling JavaScript", "title for Start Profiling JavaScript menu item")];
  /frameworks/base/core/java/android/text/method/
MovementMethod.java 47 * limited to links. The "Select All" menu item is disabled
  /frameworks/base/core/tests/coretests/src/android/widget/expandablelistview/
ExpandableListTester.java 72 // Check group index in context menu
90 // Check group index in context menu
103 // Check child index in context menu
117 // Check group index in context menu
  /frameworks/base/tests/DumpRenderTree/
AndroidManifest.xml 20 <activity android:name="Menu" android:label="Dump Render Tree"
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoActivity.java 64 import android.view.Menu;
599 public boolean onCreateOptionsMenu(Menu menu) {
601 item = menu.add(MENU_GROUP_REMINDER, MENU_ADD_REMINDER, 0,
606 item = menu.add(MENU_GROUP_EDIT, MENU_EDIT, 0, R.string.edit_event_label);
610 item = menu.add(MENU_GROUP_DELETE, MENU_DELETE, 0, R.string.delete_event_label);
613 return super.onCreateOptionsMenu(menu);
617 public boolean onPrepareOptionsMenu(Menu menu) {
619 menu.setGroupVisible(MENU_GROUP_REMINDER, canAddReminders)
    [all...]
  /packages/apps/Protips/res/values-pl/
arrays.xml 21 <item msgid="8842580895829057430">"Przeci?gnij aplikacj? na ekran."\n" Dotknij ikony w menu i przytrzymaj a? poczujesz wibracj?."</item>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringAction.java 47 * Action executed when the "Extract String" menu item is invoked.
54 * <li> The action is currently located in the Refactoring menu in the main menu.
55 * <li> TODO: extend the popup refactoring menu in a Java or Android XML file.
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/
HierarchyViewer.java 33 System.setProperty("com.apple.mrj.application.apple.menu.about.name", "HierarchyViewer");
  /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);
  /development/cmds/monkey/
README.NETWORK.txt 36 key down menu
52 The format of that parameter is quite flexible. Using the menu key as
54 KEYCODE_MENU (the name of the keycode), or just menu (and the Monkey
  /development/samples/RSSReader/src/com/example/android/rssreader/
RssReader.java 28 import android.view.Menu;
336 * Populates the menu.
339 public boolean onCreateOptionsMenu(Menu menu) {
340 super.onCreateOptionsMenu(menu);
342 menu.add(0, 0, 0, "Slashdot")
345 menu.add(0, 0, 0, "Google News")
348 menu.add(0, 0, 0, "News.com")
351 menu.add(0, 0, 0, "Bad Url")
354 menu.add(0, 0, 0, "Reset"
    [all...]
  /external/skia/src/views/
SkWindow.cpp 245 void SkWindow::addMenu(SkOSMenu* menu)
247 *fMenus.append() = menu;
248 this->onAddMenu(menu);
  /external/webkit/WebKitTools/WebKitLauncher/
WebKitNightlyEnablerSparkle.m 43 return @"Should WebKit automatically check for updates? You can always check for updates manually from the Safari menu.";
141 // Find the first separator on the Safari menu?
149 // ? and insert a menu item that can be used to manually trigger update checks.
  /packages/apps/Calculator/res/values/
strings.xml 85 <!-- Menu item text to take user to the screen with the basic digits and operators. -->
87 <!-- Menu item text to take user to the screen with the advanced functions, such as sin, cos, ln, log, etc. -->
89 <!-- Menu item text to clear the calculation history. -->
  /packages/apps/Calculator/res/values-uk/
strings.xml 70 <!-- Menu item text to take user to the screen with the basic digits and operators. -->
72 <!-- Menu item text to take user to the screen with the advanced functions, such as sin, cos, ln, log, etc. -->
74 <!-- Menu item text to clear the calculation history. -->
  /packages/apps/Gallery3D/res/values/
strings.xml 64 <!-- menu pick: crop the currently selected image -->
95 <string name="menu">Menu</string>
  /packages/apps/Settings/res/xml/
device_info_status.xml 35 <!-- This menu item is only for CDMA phone -->
41 <!-- This menu item is only for CDMA phone -->
47 <!-- This menu item is only for CDMA phone -->
  /development/apps/GestureBuilder/src/com/android/gesture/builder/
GestureBuilderActivity.java 189 public void onCreateContextMenu(ContextMenu menu, View v,
192 super.onCreateContextMenu(menu, v, menuInfo);
195 menu.setHeaderTitle(((TextView) info.targetView).getText());
197 menu.add(0, MENU_ID_RENAME, 0, R.string.gestures_rename);
198 menu.add(0, MENU_ID_REMOVE, 0, R.string.gestures_delete);
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java 28 import android.view.Menu;
317 public boolean onCreateOptionsMenu(Menu menu) {
319 inflater.inflate(R.menu.option_menu, menu);
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java 34 import android.view.Menu;
164 public boolean onCreateOptionsMenu(Menu menu) {
166 inflater.inflate(R.menu.lookup, menu);

Completed in 61 milliseconds

<<11121314151617181920>>