HomeSort by relevance Sort by last modified time
    Searched defs:ActionBar (Results 1 - 11 of 11) sorted by null

  /frameworks/base/core/java/android/app/
ActionBar.java 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 primar
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBar.java 52 * <p>From your activity, you can retrieve an instance of {@link ActionBar} by calling {@link
60 * {@link ActionBar}.
66 * modes and more, read the <a href="{@docRoot}guide/topics/ui/actionbar.html">Action
70 public abstract class ActionBar {
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's background. This will be used for the primary action bar
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ScrollingTabContainerView.java 23 import android.app.ActionBar;
280 private TabView createTabView(ActionBar.Tab tab, boolean forAdapter) {
297 public void addTab(ActionBar.Tab tab, boolean setSelected) {
312 public void addTab(ActionBar.Tab tab, int position, boolean setSelected) {
364 private ActionBar.Tab mTab;
369 public TabView(Context context, ActionBar.Tab tab, boolean forList) {
380 public void bindTab(ActionBar.Tab tab) {
398 event.setClassName(ActionBar.Tab.class.getName());
405 info.setClassName(ActionBar.Tab.class.getName());
420 final ActionBar.Tab tab = mTab
    [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 134 milliseconds