HomeSort by relevance Sort by last modified time
    Searched full:holo (Results 1 - 25 of 193) sorted by null

1 2 3 4 5 6 7 8

  /frameworks/base/core/res/res/values/
styles_device_defaults.xml 35 <style name="Widget.DeviceDefault" parent="Widget.Holo" >
38 <style name="Widget.DeviceDefault.Button" parent="Widget.Holo.Button" >
41 <style name="Widget.DeviceDefault.Button.Small" parent="Widget.Holo.Button.Small" >
44 <style name="Widget.DeviceDefault.Button.Inset" parent="Widget.Holo.Button.Inset" >
47 <style name="Widget.DeviceDefault.Button.Toggle" parent="Widget.Holo.Button.Toggle" >
50 <style name="Widget.DeviceDefault.TextView" parent="Widget.Holo.TextView" >
53 <style name="Widget.DeviceDefault.AutoCompleteTextView" parent="Widget.Holo.AutoCompleteTextView" >
56 <style name="Widget.DeviceDefault.CompoundButton.CheckBox" parent="Widget.Holo.CompoundButton.CheckBox" >
59 <style name="Widget.DeviceDefault.ListView.DropDown" parent="Widget.Holo.ListView.DropDown" >
62 <style name="Widget.DeviceDefault.EditText" parent="Widget.Holo.EditText"
    [all...]
themes.xml 22 The Holo themes must not be modified in order to pass CTS.
320 <item name="actionMenuTextAppearance">@android:style/TextAppearance.Holo.Widget.ActionBar.Menu</item>
    [all...]
styles.xml 22 The Holo themes must not be modified in order to pass CTS.
631 <style name="Widget.ListView.Menu" parent="Widget.Holo.ListView">
    [all...]
colors.xml 118 <!-- For holo theme -->
158 <!-- General purpose colors for Holo-themed elements -->
161 <!-- A light Holo shade of blue -->
163 <!-- A light Holo shade of green -->
165 <!-- A light Holo shade of red -->
167 <!-- A dark Holo shade of blue -->
169 <!-- A dark Holo shade of green -->
171 <!-- A dark Holo shade of red -->
173 <!-- A Holo shade of purple -->
175 <!-- A light Holo shade of orange --
    [all...]
  /cts/tests/tests/holo/src/android/holo/cts/
ThemeAdapter.java 17 package android.holo.cts;
64 addTheme("Holo",
66 "holo");
68 addTheme("Holo Dialog",
72 addTheme("Holo Dialog Minimum Width",
76 addTheme("Holo Dialog No Action Bar",
80 addTheme("Holo Dialog No Action Bar Minimum Width",
84 addTheme("Holo Dialog When Large",
88 addTheme("Holo Dialog When Large No Action Bar",
92 addTheme("Holo Input Method"
    [all...]
  /cts/tests/tests/holo/
AndroidManifest.xml 18 package="com.android.cts.holo">
25 <activity android:name="android.holo.cts.HoloTestUtilitiesActivity"
33 <activity android:name="android.holo.cts.DisplayInfoActivity"
36 <activity android:name="android.holo.cts.ThemePickerActivity"
39 <activity android:name="android.holo.cts.LayoutPickerActivity"
42 <activity android:name="android.holo.cts.ThemeTestActivity"
47 <activity android:name="android.holo.cts.LayoutTestActivity"
51 <activity android:name="android.holo.cts.BitmapDeletionActivity"
57 android:targetPackage="com.android.cts.holo"
58 android:label="CTS tests for the Holo theme" /
    [all...]
  /development/samples/ApiDemos/res/values-v11/
styles.xml 18 <!-- For API level 11 or later, the Holo theme is available and we prefer that. -->
19 <style name="ThemeHolo" parent="android:Theme.Holo">
22 <!-- For API level 11 or later, the Holo theme is available and we prefer that. -->
23 <style name="ThemeHoloDialog" parent="android:Theme.Holo.Dialog">
27 <style name="ThemeDialogWhenLarge" parent="android:style/Theme.Holo.DialogWhenLarge">
  /frameworks/base/docs/html/design/style/
themes.jd 9 Gmail in Holo Light.
14 Settings in Holo Dark.
19 Talk in Holo Light with dark action bar.
30 <li>Holo Light</li>
31 <li>Holo Dark</li>
32 <li>Holo Light with dark action bars</li>
  /packages/apps/DeskClock/res/values-sw600dp/
styles.xml 19 <style name="AlarmClockTheme" parent="android:Theme.Holo.Dialog"/>
20 <style name="SetAlarmTheme" parent="android:Theme.Holo.Dialog"/>
24 <style name="AlarmAlertTheme" parent="android:Theme.Holo.Dialog">
30 <style name="AlarmAlertFullScreenTheme" parent="android:Theme.Holo.Wallpaper.NoTitleBar"/>
  /frameworks/base/core/res/res/values-large/
themes.xml 25 The Holo themes must not be modified in order to pass CTS.
35 <style name="Theme.Holo.DialogWhenLarge"
36 parent="@android:style/Theme.Holo.Dialog.MinWidth">
39 <style name="Theme.Holo.DialogWhenLarge.NoActionBar"
40 parent="@android:style/Theme.Holo.Dialog.NoActionBar.MinWidth">
43 <style name="Theme.Holo.Light.DialogWhenLarge"
44 parent="@android:style/Theme.Holo.Light.Dialog.MinWidth">
46 <style name="Theme.Holo.Light.DialogWhenLarge.NoActionBar"
47 parent="@android:style/Theme.Holo.Light.Dialog.NoActionBar.MinWidth">
  /cts/tests/tests/holo/src/android/holo/cts/modifiers/
AbstractLayoutModifier.java 17 package android.holo.cts.modifiers;
19 import android.holo.cts.LayoutModifier;
DatePickerModifier.java 17 package android.holo.cts.modifiers;
19 import android.holo.cts.LayoutModifier;
DialogModifier.java 17 package android.holo.cts.modifiers;
20 import android.holo.cts.LayoutModifier;
  /development/samples/AppNavigation/res/values-v11/
themes.xml 17 <style name="Theme.Light" parent="@android:style/Theme.Holo.Light" />
18 <style name="Theme.Dialog" parent="@android:style/Theme.Holo.Dialog" />
  /frameworks/base/tests/TileBenchmark/
AndroidManifest.xml 11 android:theme="@android:style/Theme.Holo.NoActionBar">
19 android:theme="@android:style/Theme.Holo.NoActionBar">
  /packages/apps/Browser/res/values/
styles.xml 21 <style name="BrowserTheme" parent="@android:Theme.Holo">
29 <style name="DialogWhenLarge" parent="@android:style/Theme.Holo.DialogWhenLarge" >
32 <style name="BookmarkTheme" parent="@android:Theme.Holo">
42 <style name="ActionBarStyle" parent="@android:style/Widget.Holo.ActionBar">
46 <style name="Suggestions" parent="@android:style/Widget.Holo.AutoCompleteTextView">
51 parent="@android:style/TextAppearance.Holo.Medium">
55 parent="@android:style/TextAppearance.Holo.Small">
61 <style name="ShortcutTheme" parent="@android:Theme.Holo.DialogWhenLarge">
  /packages/apps/Settings/res/values/
themes.xml 19 <style name="Theme.WifiDialog" parent="@*android:style/Theme.Holo.Dialog.Alert">
23 <style name="Theme.AccessibilityTutorialActivity" parent="@android:style/Theme.Holo">
  /packages/wallpapers/HoloSpiral/res/values/
strings.xml 18 <string name="wallpaper_label">Holo Spiral</string>
20 <string name="wallpaper_description">Holo themed spiral wallpaper</string>
  /packages/apps/Gallery2/res/values/
styles.xml 18 <style name="Theme.Gallery" parent="android:Theme.Holo">
22 <item name="android:actionBarStyle">@style/Holo.ActionBar</item>
27 <style name="Holo.ActionBar" parent="android:Widget.Holo.ActionBar">
  /development/samples/Support4Demos/res/values-v11/
styles.xml 18 <!-- For API level 11 or later, the Holo theme is available and we prefer that. -->
19 <style name="ThemeHolo" parent="android:Theme.Holo">
23 <style name="ThemeDialogWhenLarge" parent="android:style/Theme.Holo.DialogWhenLarge">
  /development/samples/training/multiscreen/newsreader/res/values-v11/
style.xml 23 <style name="CustomActionBarTabStyle" parent="android:style/Widget.Holo.Light.ActionBar.TabView">
28 <style name="NewsReaderStyle" parent="android:Theme.Holo.Light">
33 <style name="NewsReaderStyle_NoActionBar" parent="android:Theme.Holo.Light.NoActionBar">
  /packages/apps/Browser/res/values-sw600dp/
styles.xml 17 <style name="BrowserTheme" parent="@android:Theme.Holo">
25 <style name="Suggestions" parent="@android:style/Widget.Holo.AutoCompleteTextView">
27 <style name="ActionBarStyle" parent="@android:style/Widget.Holo.ActionBar">
  /packages/apps/Gallery2/res/values-xlarge/
styles.xml 17 <style name="Theme.Gallery" parent="android:Theme.Holo">
19 <item name="android:actionBarStyle">@style/Holo.ActionBar</item>
24 <style name="DialogPickerTheme" parent="android:Theme.Holo.Dialog">
  /packages/apps/VideoEditor/
AndroidManifest.xml 32 android:theme="@android:style/Theme.Holo.DialogWhenLarge"
40 android:theme="@android:style/Theme.Holo.Dialog"
48 android:theme="@android:style/Theme.Holo.DialogWhenLarge"
56 android:theme="@android:style/Theme.Holo.DialogWhenLarge"
64 android:theme="@android:style/Theme.Holo.DialogWhenLarge"
  /development/samples/HoneycombGallery/res/values/
styles.xml 18 <style name="ActionBar" parent="@android:style/Widget.Holo.ActionBar" />
28 <style name="AppTheme.Light" parent="@android:style/Theme.Holo.Light">
37 <style name="AppTheme.Dark" parent="@android:style/Theme.Holo">

Completed in 544 milliseconds

1 2 3 4 5 6 7 8