HomeSort by relevance Sort by last modified time
    Searched defs:Menu (Results 1 - 25 of 29) sorted by null

1 2

  /external/webkit/Tools/TestResultServer/handlers/
menu.py 33 menu = [ variable
43 class Menu(webapp.RequestHandler):
59 "menu": menu,
63 template.render("templates/menu.html", template_values))
  /external/chromium/chrome/browser/resources/
network_menu.js 45 networkMenuItem.innerHTML = '<div class="network-menu-item">' +
256 // *TODO: eliminate code duplication with menu.js
335 __proto__: Menu.prototype,
359 Menu.prototype.onClick_.call(this, event, item);
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...]
wrench_menu.js 6 * ButtonCommand class for small buttons on menu items.
20 * Changes the selection state of the menu item.
33 * Activate the menu item.
50 * Initialize the menu item.
53 init: function(menu, attrs, model) {
54 this.menu_ = menu;
59 menu.addHandlers(this, this);
60 if (attrs.command_id == menu.config_.IDC_COPY) {
61 menu.addLabelTo(this, menu.config_.IDS_COPY, this
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
Menu.java 27 * Container class for CAT menu (SET UP MENU, SELECT ITEM) parameters.
30 public class Menu implements Parcelable {
42 public Menu() {
53 // set default style to be navigation menu.
57 private Menu(Parcel in) {
96 public static final Parcelable.Creator<Menu> CREATOR = new Parcelable.Creator<Menu>() {
97 public Menu createFromParcel(Parcel in) {
98 return new Menu(in)
    [all...]
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
Menu.java 28 public class Menu extends FileList {
  /frameworks/base/core/java/android/view/
Menu.java 24 * Interface for managing the items in a menu.
26 * By default, every Activity supports an options menu of actions or options.
27 * You can add items to this menu and handle clicks on your additions. The
28 * easiest way of adding menu items is inflating an XML file into the
29 * {@link Menu} via {@link MenuInflater}. The easiest way of attaching code to
33 * Different menu types support different features:
39 * <b>expanded menus</b> (only available if six or more menu items are visible,
40 * reached via the 'More' item in the icon menu) do not show item icons, and
51 public interface Menu {
118 * any existing menu items in the same group
    [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 409 milliseconds

1 2