Lines Matching defs:order

54      * This is the part of an order integer that the user can provide.
59 * Bit shift of the user portion of the order integer.
65 * This is the part of an order integer that supplies the category of the
71 * Bit shift of the category portion of the order integer.
91 * Category code for the order integer for items/groups that are part of a
97 * Category code for the order integer for items/groups that are provided by
103 * Category code for the order integer for items/groups that are
110 * Category code for the order integer for items/groups that are
163 * @param order The order for the item. Use {@link #NONE} if you do not care
164 * about the order. See {@link MenuItem#getOrder()}.
168 public MenuItem add(int groupId, int itemId, int order, CharSequence title);
180 * @param order The order for the item. Use {@link #NONE} if you do not care
181 * about the order. See {@link MenuItem#getOrder()}.
185 public MenuItem add(int groupId, int itemId, int order, int titleRes);
222 * @param order The order for the item. Use {@link #NONE} if you do not care
223 * about the order. See {@link MenuItem#getOrder()}.
227 SubMenu addSubMenu(final int groupId, final int itemId, int order, final CharSequence title);
237 * @param order The order for the item. Use {@link #NONE} if you do not care about the
238 * order. See {@link MenuItem#getOrder()}.
242 SubMenu addSubMenu(int groupId, int itemId, int order, int titleRes);
276 * @param order The order for the items. Use {@link #NONE} if you do not
277 * care about the order. See {@link MenuItem#getOrder()}.
295 public int addIntentOptions(int groupId, int itemId, int order,