Searched defs:SHOW_AS_ACTION_ALWAYS (Results 1 - 3 of 3) sorted by path

/frameworks/base/core/java/android/view/
H A DMenuItem.java56 public static final int SHOW_AS_ACTION_ALWAYS = 2; field in interface:MenuItem
451 * The parameter actionEnum is a flag set. One of {@link #SHOW_AS_ACTION_ALWAYS},
458 * {@link #SHOW_AS_ACTION_ALWAYS}, {@link #SHOW_AS_ACTION_IF_ROOM}, or
468 * The parameter actionEnum is a flag set. One of {@link #SHOW_AS_ACTION_ALWAYS},
478 * {@link #SHOW_AS_ACTION_ALWAYS}, {@link #SHOW_AS_ACTION_IF_ROOM}, or
/frameworks/support/compat/java/android/support/v4/internal/view/
H A DSupportMenuItem.java55 int SHOW_AS_ACTION_ALWAYS = 2; field in interface:SupportMenuItem
71 * is a flag set. One of {@link #SHOW_AS_ACTION_ALWAYS}, {@link #SHOW_AS_ACTION_IF_ROOM}, or
76 * @param actionEnum How the item should display. One of {@link #SHOW_AS_ACTION_ALWAYS}, {@link
86 * The parameter actionEnum is a flag set. One of {@link #SHOW_AS_ACTION_ALWAYS},
95 * @param actionEnum How the item should display. One of {@link #SHOW_AS_ACTION_ALWAYS}, {@link
/frameworks/support/compat/java/android/support/v4/view/
H A DMenuItemCompat.java53 public static final int SHOW_AS_ACTION_ALWAYS = 2; field in class:MenuItemCompat

Completed in 162 milliseconds