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

/frameworks/base/core/java/android/app/
H A DActionBar.java65 * releases and the newer inline toolbars on newer platform releases. The <code>ActionBar</code>
79 * <p>From your activity, you can retrieve an instance of {@link ActionBar} by calling {@link
87 * {@link ActionBar}.</p>
96 public abstract class ActionBar { class
220 * @param view Custom navigation view to place in the ActionBar.
237 * @param view Custom navigation view to place in the ActionBar.
257 * @param resId Resource ID of a layout to inflate into the ActionBar.
432 * defined in ActionBar.
446 * defined in ActionBar.
517 * Set the ActionBar'
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBar.java72 * <p>From your activity, you can retrieve an instance of {@link ActionBar} by calling {@link
80 * {@link ActionBar}.</p>
89 public abstract class ActionBar { class
210 * @param view Custom navigation view to place in the ActionBar.
227 * @param view Custom navigation view to place in the ActionBar.
247 * @param resId Resource ID of a layout to inflate into the ActionBar.
426 * defined in ActionBar.
440 * defined in ActionBar.
510 * Set the ActionBar's background. This will be used for the primary
520 * Set the ActionBar'
[all...]

Completed in 67 milliseconds