Home | History | Annotate | Download | only in view

Lines Matching refs:order

48      * This is the part of an order integer that the user can provide.
53 * Bit shift of the user portion of the order integer.
59 * This is the part of an order integer that supplies the category of the
65 * Bit shift of the category portion of the order integer.
85 * Category code for the order integer for items/groups that are part of a
91 * Category code for the order integer for items/groups that are provided by
97 * Category code for the order integer for items/groups that are
104 * Category code for the order integer for items/groups that are
157 * @param order The order for the item. Use {@link #NONE} if you do not care
158 * about the order. See {@link MenuItem#getOrder()}.
162 public MenuItem add(int groupId, int itemId, int order, CharSequence title);
174 * @param order The order for the item. Use {@link #NONE} if you do not care
175 * about the order. See {@link MenuItem#getOrder()}.
179 public MenuItem add(int groupId, int itemId, int order, int titleRes);
216 * @param order The order for the item. Use {@link #NONE} if you do not care
217 * about the order. See {@link MenuItem#getOrder()}.
221 SubMenu addSubMenu(final int groupId, final int itemId, int order, final CharSequence title);
231 * @param order The order for the item. Use {@link #NONE} if you do not care about the
232 * order. See {@link MenuItem#getOrder()}.
236 SubMenu addSubMenu(int groupId, int itemId, int order, int titleRes);
270 * @param order The order for the items. Use {@link #NONE} if you do not
271 * care about the order. See {@link MenuItem#getOrder()}.
289 public int addIntentOptions(int groupId, int itemId, int order,