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

/frameworks/base/core/java/android/app/
H A DActionBar.java64 * releases and the newer inline toolbars on newer platform releases. The <code>ActionBar</code>
78 * <p>From your activity, you can retrieve an instance of {@link ActionBar} by calling {@link
86 * {@link ActionBar}.</p>
95 public abstract class ActionBar { class
222 * @param view Custom navigation view to place in the ActionBar.
239 * @param view Custom navigation view to place in the ActionBar.
259 * @param resId Resource ID of a layout to inflate into the ActionBar.
438 * defined in ActionBar.
452 * defined in ActionBar.
523 * Set the ActionBar'
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBar.java74 * <p>From your activity, you can retrieve an instance of {@link ActionBar} by calling {@link
82 * {@link ActionBar}.</p>
91 public abstract class ActionBar { class
157 public static final int DISPLAY_USE_LOGO = android.app.ActionBar.DISPLAY_USE_LOGO;
166 public static final int DISPLAY_SHOW_HOME = android.app.ActionBar.DISPLAY_SHOW_HOME;
181 public static final int DISPLAY_HOME_AS_UP = android.app.ActionBar.DISPLAY_HOME_AS_UP;
193 public static final int DISPLAY_SHOW_TITLE = android.app.ActionBar.DISPLAY_SHOW_TITLE;
202 public static final int DISPLAY_SHOW_CUSTOM = android.app.ActionBar.DISPLAY_SHOW_CUSTOM;
214 * @param view Custom navigation view to place in the ActionBar.
231 * @param view Custom navigation view to place in the ActionBar
[all...]

Completed in 2023 milliseconds