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

/frameworks/base/core/java/android/app/
H A DActionBar.java44 * <p>From your activity, you can retrieve an instance of {@link ActionBar} by calling {@link
51 * {@link ActionBar}.
59 public abstract class ActionBar { class
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'
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBar.java41 * <em>only</em>, you should instead use the framework {@link android.app.ActionBar} class.</p>
52 * <p>From your activity, you can retrieve an instance of {@link ActionBar} by calling {@link
60 * from those for {@link ActionBar}.
70 public abstract class ActionBar { class
153 * @param view Custom navigation view to place in the ActionBar.
168 * @param view Custom navigation view to place in the ActionBar.
185 * @param resId Resource ID of a layout to inflate into the ActionBar.
325 * ActionBar.
339 * ActionBar.
406 * Set the ActionBar'
[all...]

Completed in 444 milliseconds