Searched defs:ActionBar (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DActionBar.java63 * releases and the newer inline toolbars on newer platform releases. The <code>ActionBar</code>
77 * <p>From your activity, you can retrieve an instance of {@link ActionBar} by calling {@link
85 * {@link ActionBar}.</p>
94 public abstract class ActionBar { class
218 * @param view Custom navigation view to place in the ActionBar.
235 * @param view Custom navigation view to place in the ActionBar.
255 * @param resId Resource ID of a layout to inflate into the ActionBar.
430 * defined in ActionBar.
444 * defined in ActionBar.
515 * Set the ActionBar'
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBar.java73 * <p>From your activity, you can retrieve an instance of {@link ActionBar} by calling {@link
81 * {@link ActionBar}.</p>
90 public abstract class ActionBar { class
208 * @param view Custom navigation view to place in the ActionBar.
225 * @param view Custom navigation view to place in the ActionBar.
245 * @param resId Resource ID of a layout to inflate into the ActionBar.
420 * defined in ActionBar.
434 * defined in ActionBar.
504 * Set the ActionBar's background. This will be used for the primary
514 * Set the ActionBar'
[all...]

Completed in 534 milliseconds