HomeSort by relevance Sort by last modified time
    Searched refs:DISPLAY_SHOW_HOME (Results 1 - 25 of 37) sorted by null

1 2

  /developers/build/prebuilts/gradle/DoneBar/DoneBarSample/src/main/java/com/example/android/donebar/
DoneBarActivity.java 61 ActionBar.DISPLAY_SHOW_CUSTOM | ActionBar.DISPLAY_SHOW_HOME
DoneButtonActivity.java 54 ActionBar.DISPLAY_SHOW_CUSTOM | ActionBar.DISPLAY_SHOW_HOME
  /developers/samples/android/ui/actionbar/DoneBar/DoneBarSample/src/main/java/com/example/android/donebar/
DoneBarActivity.java 61 ActionBar.DISPLAY_SHOW_CUSTOM | ActionBar.DISPLAY_SHOW_HOME
DoneButtonActivity.java 54 ActionBar.DISPLAY_SHOW_CUSTOM | ActionBar.DISPLAY_SHOW_HOME
  /development/samples/browseable/DoneBar/src/com.example.android.donebar/
DoneBarActivity.java 61 ActionBar.DISPLAY_SHOW_CUSTOM | ActionBar.DISPLAY_SHOW_HOME
DoneButtonActivity.java 54 ActionBar.DISPLAY_SHOW_CUSTOM | ActionBar.DISPLAY_SHOW_HOME
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventActivity.java 83 ActionBar.DISPLAY_HOME_AS_UP | ActionBar.DISPLAY_SHOW_HOME
90 ActionBar.DISPLAY_HOME_AS_UP | ActionBar.DISPLAY_SHOW_HOME|
  /packages/apps/Contacts/src/com/android/contacts/activities/
ActionBarAdapter.java 390 final int MASK = ActionBar.DISPLAY_SHOW_TITLE | ActionBar.DISPLAY_SHOW_HOME
400 newFlags |= ActionBar.DISPLAY_SHOW_HOME;
403 newFlags |= ActionBar.DISPLAY_SHOW_HOME;
GroupDetailActivity.java 74 | ActionBar.DISPLAY_SHOW_HOME);
GroupEditorActivity.java 78 ActionBar.DISPLAY_SHOW_CUSTOM | ActionBar.DISPLAY_SHOW_HOME |
ContactDetailActivity.java 105 | ActionBar.DISPLAY_SHOW_HOME);
ContactEditorActivity.java 110 ActionBar.DISPLAY_SHOW_CUSTOM | ActionBar.DISPLAY_SHOW_HOME |
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarDisplayOptions.java 77 flags = ActionBar.DISPLAY_SHOW_HOME;
  /development/samples/Support7Demos/src/com/example/android/supportv7/app/
ActionBarDisplayOptions.java 85 flags = ActionBar.DISPLAY_SHOW_HOME;
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoActivity.java 148 bar.setDisplayOptions(ActionBar.DISPLAY_HOME_AS_UP | ActionBar.DISPLAY_SHOW_HOME);
SearchActivity.java 127 ActionBar.DISPLAY_HOME_AS_UP | ActionBar.DISPLAY_SHOW_HOME);
  /frameworks/base/core/java/android/app/
ActionBar.java 97 public static final int DISPLAY_SHOW_HOME = 0x2;
350 * <p>Example: setDisplayOptions(0, DISPLAY_SHOW_HOME) will disable the
351 * {@link #DISPLAY_SHOW_HOME} option.
352 * setDisplayOptions(DISPLAY_SHOW_HOME, DISPLAY_SHOW_HOME | DISPLAY_USE_LOGO)
353 * will enable {@link #DISPLAY_SHOW_HOME} and disable {@link #DISPLAY_USE_LOGO}.
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBar.java 107 public static final int DISPLAY_SHOW_HOME = 0x2;
333 * <p>Example: setDisplayOptions(0, DISPLAY_SHOW_HOME) will disable the {@link
334 * #DISPLAY_SHOW_HOME} option. setDisplayOptions(DISPLAY_SHOW_HOME, DISPLAY_SHOW_HOME |
335 * DISPLAY_USE_LOGO) will enable {@link #DISPLAY_SHOW_HOME} and disable {@link
    [all...]
ActionBarImplBase.java 307 setDisplayOptions(showHome ? DISPLAY_SHOW_HOME : 0, DISPLAY_SHOW_HOME);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarContainer.java 264 if ((mActionBarView.getDisplayOptions() & ActionBar.DISPLAY_SHOW_HOME) == 0) {
ActionBarView.java 76 ActionBar.DISPLAY_SHOW_HOME |
576 final boolean showHome = (options & ActionBar.DISPLAY_SHOW_HOME) != 0;
608 (ActionBar.DISPLAY_HOME_AS_UP | ActionBar.DISPLAY_SHOW_HOME)) != 0) {
791 final boolean showHome = (mDisplayOptions & ActionBar.DISPLAY_SHOW_HOME) != 0;
    [all...]
  /packages/apps/Browser/src/com/android/browser/
ComboViewActivity.java 64 bar.setDisplayOptions(ActionBar.DISPLAY_SHOW_HOME
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
TrimVideo.java 79 int displayOptions = ActionBar.DISPLAY_SHOW_HOME;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
MailActionBarView.java 590 final int mask = ActionBar.DISPLAY_HOME_AS_UP | ActionBar.DISPLAY_SHOW_HOME;
591 mActionBar.setDisplayOptions(ActionBar.DISPLAY_SHOW_HOME, mask);
600 final int mask = ActionBar.DISPLAY_HOME_AS_UP | ActionBar.DISPLAY_SHOW_HOME;
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ActionBarImpl.java 327 setDisplayOptions(showHome ? DISPLAY_SHOW_HOME : 0, DISPLAY_SHOW_HOME);
    [all...]

Completed in 1018 milliseconds

1 2