HomeSort by relevance Sort by last modified time
    Searched full:actionbar (Results 176 - 200 of 437) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/opt/mailcommon/res/values-land/
styles.xml 42 <style name="AccountSpinnerAnchorTextPrimary" parent="@android:style/TextAppearance.Holo.Widget.ActionBar.Title">
  /frameworks/support/v7/appcompat/src/android/support/v7/view/
CollapsibleActionView.java 27 * See {@link android.app.ActionBar} for more information about the action bar.
  /packages/apps/Contacts/res/layout/
group_source_button.xml 43 style="@android:style/Widget.Holo.ActionBar.TabText"/>
  /packages/apps/Contacts/res/layout-land/
group_source_button.xml 43 style="@android:style/Widget.Holo.ActionBar.TabText"/>
  /packages/apps/Contacts/res/layout-sw600dp/
group_source_button.xml 38 style="@android:style/Widget.Holo.ActionBar.TabText"/>
  /packages/apps/DeskClock/res/layout/
set_alarm_action_bar.xml 43 style="@android:style/Widget.Holo.ActionBar.TabText" />
  /packages/apps/Mms/src/com/android/mms/ui/
ManageSimMessages.java 20 import android.app.ActionBar;
96 ActionBar actionBar = getActionBar();
97 actionBar.setDisplayHomeAsUpEnabled(true);
  /packages/apps/UnifiedEmail/res/values-land/
styles.xml 41 <style name="AccountSpinnerAnchorTextPrimary" parent="@android:style/TextAppearance.Holo.Widget.ActionBar.Title">
  /packages/apps/VideoEditor/res/layout/
audio_track_action_bar.xml 21 style="?android:style/Widget.ActionBar">
  /frameworks/base/docs/html/training/backward-compatible-ui/
older-implementation.jd 72 <p>The <code>CompatTabEclair</code> implementation stores tab properties such as the tab text and icon in instance variables, since there isn't an {@link android.app.ActionBar.Tab ActionBar.Tab} object available to handle this storage:</p>
77 // as there is no ActionBar.Tab object.
  /frameworks/base/docs/html/training/basics/actionbar/
setting-up.jd 30 <img src="{@docRoot}images/training/basics/actionbar-basic.png" height="100" alt=""/>
62 see <a href="{@docRoot}training/basics/actionbar/styling.html">Styling the Action Bar</a>.</p>
98 its parent. For details, see <a href="{@docRoot}training/basics/actionbar/styling.html">Styling
  /packages/apps/Browser/res/values/
styles.xml 42 <style name="ActionBarStyle" parent="@android:style/Widget.Holo.ActionBar">
58 <style name="ActionBar" parent="@android:style/Widget.ActionBar">
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectSyncedCalendarsMultiAccountActivity.java 19 import android.app.ActionBar;
161 .setDisplayOptions(ActionBar.DISPLAY_HOME_AS_UP, ActionBar.DISPLAY_HOME_AS_UP);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
SystemUIModes.java 19 import android.app.ActionBar;
22 import android.app.ActionBar.Tab;
53 implements OnQueryTextListener, ActionBar.TabListener {
323 getActionBar().setNavigationMode(ActionBar.NAVIGATION_MODE_TABS);
327 getActionBar().setNavigationMode(ActionBar.NAVIGATION_MODE_STANDARD);
  /packages/apps/Calendar/src/com/android/calendar/
SearchActivity.java 21 import android.app.ActionBar;
124 ActionBar.DISPLAY_HOME_AS_UP, ActionBar.DISPLAY_HOME_AS_UP);
127 ActionBar.DISPLAY_HOME_AS_UP | ActionBar.DISPLAY_SHOW_HOME);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderSelectionActivity.java 19 import android.app.ActionBar;
172 ActionBar actionBar = getActionBar();
173 if (actionBar != null) {
174 actionBar.setIcon(R.mipmap.ic_launcher_shortcut_folder);
MailboxSelectionActivity.java 27 import android.app.ActionBar;
108 ActionBar actionBar = getActionBar();
109 if (actionBar != null) {
110 actionBar.setIcon(R.mipmap.ic_launcher_shortcut_folder);
  /packages/services/Telephony/src/com/android/phone/
SimContacts.java 20 import android.app.ActionBar;
233 ActionBar actionBar = getActionBar();
234 if (actionBar != null) {
236 actionBar.setDisplayHomeAsUpEnabled(true);
FdnSetting.java 19 import android.app.ActionBar;
481 ActionBar actionBar = getActionBar();
482 if (actionBar != null) {
484 actionBar.setDisplayHomeAsUpEnabled(true);
512 if (itemId == android.R.id.home) { // See ActionBar#setDisplayHomeAsUpEnabled()
  /packages/services/Telephony/src/com/android/phone/sip/
SipSettings.java 26 import android.app.ActionBar;
160 ActionBar actionBar = getActionBar();
161 if (actionBar != null) {
163 actionBar.setDisplayHomeAsUpEnabled(true);
  /frameworks/base/docs/html/guide/practices/
tablets-and-handsets.jd 12 <li><a href="#ActionBar">Using the Action Bar</a>
30 <li><a href="{@docRoot}guide/topics/ui/actionbar.html">Action Bar</a></li>
58 {@link android.app.ActionBar}, which provides a dedicated UI at the top of the screen to identify
95 <p>The {@link android.app.ActionBar} is a UI component for activities that replaces the traditional
108 href="{@docRoot}guide/topics/ui/actionbar.html">Action Bar</a> developer guide.</p>
361 <h2 id="ActionBar">Using the Action Bar</h2>
363 <p>The <a href="{@docRoot}guide/topics/ui/actionbar.html">Action Bar</a> is an important UI
366 android.app.ActionBar} APIs without adding complex customizations. By using the standard {@link
367 android.app.ActionBar} APIs to design your action bar, the Android system does all
411 <img src="{@docRoot}images/practices/actionbar-phone-tablet.png" alt=""/
    [all...]
  /frameworks/base/core/res/res/values/
styles.xml     [all...]
  /packages/apps/Gallery2/res/values/
styles.xml 26 <item name="android:actionBarStyle">@style/Holo.ActionBar</item>
37 <item name="android:actionBarStyle">@style/Holo.ActionBar</item>
42 <style name="Holo.ActionBar" parent="android:Widget.Holo.ActionBar">
57 <style name="ActionBarTwoLinePrimary" parent="@android:style/TextAppearance.Holo.Widget.ActionBar.Title"></style>
58 <style name="ActionBarTwoLineSecondary" parent="@android:style/TextAppearance.Holo.Widget.ActionBar.Subtitle"></style>
  /frameworks/base/docs/html/sdk/api_diff/18/changes/
pkg_android.app.html 120 <A NAME="ActionBar"></A>
121 <nobr><A HREF="android.app.ActionBar.html">ActionBar</A></nobr>
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarContainer.java 23 import android.support.v7.app.ActionBar;
60 R.styleable.ActionBar);
264 if ((mActionBarView.getDisplayOptions() & ActionBar.DISPLAY_SHOW_HOME) == 0) {

Completed in 971 milliseconds

1 2 3 4 5 6 78 91011>>