Searched refs:showAsAction (Results 1 – 23 of 23) sorted by relevance
/frameworks/base/tools/layoutlib/bridge/src/com/android/internal/view/menu/ |
D | BridgeMenuItemImpl.java | 41 CharSequence title, int showAsAction) { in BridgeMenuItemImpl() argument 42 super(menu, group, id, categoryOrder, ordering, title, showAsAction); in BridgeMenuItemImpl()
|
/frameworks/base/docs/html/training/basics/actionbar/ |
D | adding-buttons.jd | 58 android:showAsAction="ifRoom" /> 62 android:showAsAction="never" /> 94 as low as Android 2.1, the {@code showAsAction} attribute is not available from 109 <strong>yourapp:showAsAction="ifRoom"</strong> />
|
/frameworks/base/docs/html/training/swipe/ |
D | add-swipe-interface.jd | 117 <code>android:showAsAction=never</code>. If you display the action as a 133 android:showAsAction="never"
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
D | MenuItemImpl.java | 116 CharSequence title, int showAsAction) { in MenuItemImpl() argument 138 mShowAsAction = showAsAction; in MenuItemImpl()
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | menu-resource.jd | 46 android:showAsAction=["ifRoom" | "never" | "withText" | "always" | "collapseActionView"] 119 <dt><code>android:showAsAction</code></dt> 262 android:showAsAction="ifRoom|withText"/> 275 android:showAsAction="ifRoom|withText" > 299 <p class="note"><strong>Note:</strong> The {@code android:showAsAction} attribute is
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/ |
D | MenuItemImpl.java | 120 CharSequence title, int showAsAction) { in MenuItemImpl() argument 140 mShowAsAction = showAsAction; in MenuItemImpl()
|
/frameworks/base/docs/html/training/basics/supporting-devices/ |
D | platforms.jd | 102 <code>android:showAsAction="ifRoom"</code> in your menu resource XML. It's safe to do this 104 <code>showAsAction</code> attribute (that is, you <em>do not</em> need a separate
|
/frameworks/base/docs/html/training/sharing/ |
D | shareaction.jd | 60 android:showAsAction="ifRoom"
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | actionbar.jd | 252 showAsAction="ifRoom"} in the {@code <item>} tag. For example:</p> 260 <strong>yourapp:showAsAction="ifRoom"</strong> /> 271 Notice that the {@code showAsAction} attribute above uses a custom namespace defined in the 280 want to display the text title, add {@code "withText"} to the {@code showAsAction} 284 <item yourapp:showAsAction="ifRoom|withText" ... /> 574 yourapp:showAsAction="ifRoom|collapseActionView" 579 <p>Notice that the {@code showAsAction} attribute also includes the {@code "collapseActionView"} 622 view collapsible by adding {@code "collapseActionView"} to the {@code showAsAction} 721 yourapp:showAsAction="ifRoom"
|
D | menus.jd | 157 android:showAsAction="ifRoom"/> 175 <dt>{@code android:showAsAction}</dt> 242 {@code android:showAsAction="ifRoom"} to the corresponding {@code <item>} elements (see figure 862 android:showAsAction="ifRoom"} for each item, they will either both appear in the action
|
/frameworks/base/docs/html/guide/practices/ |
D | tablets-and-handsets.jd | 375 for the {@code android:showAsAction} attribute if you'd like the menu item to appear in the action 379 "ifRoom"} as the value for {@code "android:showAsAction"} when you want the item to appear as an 384 icon</strong>, when appropriate, and declare <code>showAsAction="ifRoom|withText"</code>. 407 items appear in the overflow menu (because {@code android:showAsAction} was set to {@code "ifRoom"})
|
D | optimizing-for-3.0.jd | 335 "action items" by adding {@code showAsAction="ifRoom"} to specific menu items in your <a
|
/frameworks/base/docs/html/training/search/ |
D | setup.jd | 58 android:showAsAction="collapseActionView|ifRoom"
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.0.jd | 116 android:showAsAction} attribute with a value of {@code "ifRoom"}. When there's enough room, the menu 124 widget. (You must also declare the {@code android:showAsAction} attribute so that the item appears
|
D | android-4.0.jd | 1175 android:showAsAction="ifRoom" 1209 “collapseActionView"} flag in the {@code android:showAsAction} attribute for the <a
|
/frameworks/base/docs/html/guide/topics/media/ |
D | mediarouter.jd | 166 app:showAsAction="always"
|
/frameworks/base/docs/html/guide/topics/search/ |
D | search-dialog.jd | 782 android:showAsAction="ifRoom"}), then there is a chance that the search widget will not appear
|
/frameworks/support/v7/appcompat/api/ |
D | 22.2.0.txt | 454 field public static int showAsAction;
|
D | 22.2.1.txt | 472 field public static int showAsAction;
|
D | current.txt | 482 field public static int showAsAction;
|
D | 23.txt | 482 field public static int showAsAction;
|
/frameworks/base/api/ |
D | current.txt | 1072 field public static final int showAsAction = 16843481; // 0x10102d9
|
D | system-current.txt | 1168 field public static final int showAsAction = 16843481; // 0x10102d9
|