Home | History | Annotate | Download | only in app

Lines Matching full:actionbar

44  * <p>From your activity, you can retrieve an instance of {@link ActionBar} by calling {@link
51 * {@link ActionBar}.
55 * modes and more, read the <a href="{@docRoot}guide/topics/ui/actionbar.html">Action
59 public abstract class ActionBar {
150 * @param view Custom navigation view to place in the ActionBar.
167 * @param view Custom navigation view to place in the ActionBar.
187 * @param resId Resource ID of a layout to inflate into the ActionBar.
342 * defined in ActionBar.
356 * defined in ActionBar.
427 * Set the ActionBar's background. This will be used for the primary
437 * Set the ActionBar's stacked background. This will appear
445 * Set the ActionBar's split background. This will appear in
460 * Returns the current ActionBar title in standard mode.
464 * @return The current ActionBar title or null.
469 * Returns the current ActionBar subtitle in standard mode.
473 * @return The current ActionBar subtitle or null.
609 * Retrieve the current height of the ActionBar.
611 * @return The ActionBar's height
616 * Show the ActionBar if it is not currently showing.
617 * If the window hosting the ActionBar does not have the feature
621 * <p>If you are hiding the ActionBar through
628 * Hide the ActionBar if it is currently showing.
629 * If the window hosting the ActionBar does not have the feature
634 * ActionBar using the overlay feature to hide through
636 * Hiding the ActionBar through this system UI flag allows you to more
642 * @return <code>true</code> if the ActionBar is showing, <code>false</code> otherwise.
778 * Listener interface for ActionBar navigation events.
916 * All tabs must have a TabListener set before being added to the ActionBar.