/external/llvm/docs/_themes/llvm-theme/ |
theme.conf | 0 [theme] 3 stylesheet = llvm-theme.css
|
/developers/samples/android/media/BasicMediaRouter/BasicMediaRouter/src/main/res/values-v11/ |
styles.xml | 4 Base application theme for API 11+. This theme completely replaces 7 <style name="AppBaseTheme" parent="android:Theme.Holo.Light"> 8 <!-- API 11 theme customizations can go here. -->
|
/developers/samples/android/ui/views/HorizontalPaging/HorizontalPaging/src/main/res/values-v11/ |
styles.xml | 4 Base application theme for API 11+. This theme completely replaces 7 <style name="AppBaseTheme" parent="android:Theme.Holo.Light"> 8 <!-- API 11 theme customizations can go here. -->
|
/frameworks/opt/datetimepicker/res/values-v11/ |
styles.xml | 4 Base application theme for API 11+. This theme completely replaces 7 <style name="AppBaseTheme" parent="android:Theme.Holo.Light"> 8 <!-- API 11 theme customizations can go here. -->
|
/sdk/templates/projects/NewAndroidApplication/root/res/values-v11/ |
styles_hc.xml.ftl | 4 Base application theme for API 11+. This theme completely replaces 7 <style name="AppBaseTheme" parent="android:Theme.Holo<#if baseTheme?contains("light")>.Light</#if>"> 8 <!-- API 11 theme customizations can go here. -->
|
/development/samples/Home/res/values/ |
styles.xml | 4 <style name="Theme" parent="android:Theme">
|
/developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/src/main/res/values-v14/ |
styles.xml | 4 Base application theme for API 14+. This theme completely replaces 8 <style name="AppBaseTheme" parent="android:Theme.Holo.Light.DarkActionBar"> 9 <!-- API 14 theme customizations can go here. -->
|
/developers/samples/android/media/BasicMediaRouter/BasicMediaRouter/src/main/res/values-v14/ |
styles.xml | 4 Base application theme for API 14+. This theme completely replaces 8 <style name="AppBaseTheme" parent="android:Theme.Holo.Light.DarkActionBar"> 9 <!-- API 14 theme customizations can go here. -->
|
/frameworks/opt/datetimepicker/res/values-v14/ |
styles.xml | 4 Base application theme for API 14+. This theme completely replaces 8 <style name="AppBaseTheme" parent="android:Theme.Holo.Light.DarkActionBar"> 9 <!-- API 14 theme customizations can go here. -->
|
/frameworks/opt/photoviewer/sample/res/values/ |
styles.xml | 3 <style name="AppTheme" parent="android:Theme.Holo.Light.DarkActionBar" />
|
/packages/experimental/DreamTheater/res/values/ |
styles.xml | 3 <style name="Theme.Dream" 4 parent="@android:style/Theme.Black.NoTitleBar.Fullscreen"> 6 <style name="Theme.Dream.Transparent" 7 parent="@android:style/Theme.Wallpaper.NoTitleBar.Fullscreen">
|
/sdk/templates/projects/NewAndroidApplication/root/res/values-v14/ |
styles_ics.xml | 4 Base application theme for API 14+. This theme completely replaces 8 <style name="AppBaseTheme" parent="android:Theme.Holo.Light.DarkActionBar"> 9 <!-- API 14 theme customizations can go here. -->
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
ThemeUtils.java | 19 import android.content.res.Resources.Theme; 23 * Provides static functions to more easily resolve attributes of the current theme 27 * Resolves the given attribute id of the theme to a resource id 29 public static int getAttribute(Theme theme, int attrId) { 31 theme.resolveAttribute(attrId, outValue, true); 38 public static int getSelectableItemBackground(Theme theme) { 39 return getAttribute(theme, android.R.attr.selectableItemBackground); 45 public static int getActivatedBackground(Theme theme) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
navigationstyles-expected-navigate5.txt | 1 Go To Declaration in navigationstyles.xml for parent="android:Theme.Li^ght">: 2 Open Declaration in values/themes.xml : [android:Theme.Light] 7 <style name="Theme.Light">^
|
navigationstyles-expected-navigate6.txt | 2 Open Declaration in values/themes.xml : [android:Theme] 7 <style name="Theme">^
|
/developers/samples/android/ui/views/HorizontalPaging/HorizontalPaging/src/main/res/values/ |
styles.xml | 4 Base application theme, dependent on API level. This theme is replaced 7 <style name="AppBaseTheme" parent="android:Theme.Light"> 9 Theme customizations available in newer API levels can go in 15 <!-- Application theme. -->
|
/development/samples/ApiDemos/res/values/ |
styles.xml | 18 <!-- A custom theme that is a variation on the light them with a different 21 <style name="CustomTheme" parent="android:Theme.Light"> 26 <!-- This is a theme that will adjust itself depending on the API version. 27 The default definition is the safe one, using a theme that has always 29 selected when the holographic theme is available. --> 30 <style name="ThemeHolo" parent="android:Theme"> 33 <!-- This is a theme that will adjust itself depending on the API version. 34 The default definition is the safe one, using a theme that has always 36 selected when the holographic theme is available. --> 37 <style name="ThemeHoloDialog" parent="android:Theme.Dialog" [all...] |
/external/chromium/chrome/browser/sync/protocol/ |
theme_specifics.proto | 19 // Properties of theme sync objects. 21 // If set, we're using a custom theme and all custom_* fields should be 22 // present. If not set, we use the default or system theme (see below) 26 // a distinction between the system theme and the default theme, but 30 // If true, we use the system theme by default (i.e., when we don't use 31 // a custom theme) for platforms that make a distinction between the 32 // default theme and the system theme. Has no effect if use_custom_theme 36 // Custom-theme-specific fields [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_install_ui_browsertest.cc | 21 // Checks that a theme info bar is currently visible and issues an undo to 22 // revert to the previous theme. 41 // Install theme once and undo to verify we go back to default theme. 42 FilePath theme_crx = PackExtension(test_data_dir_.AppendASCII("theme")); 44 const Extension* theme = GetTheme(); local 45 ASSERT_TRUE(theme); 46 std::string theme_id = theme->id(); 50 // Set the same theme twice and undo to verify we go back to default theme 71 const Extension* theme = GetTheme(); local [all...] |
/development/samples/Support4Demos/res/values/ |
styles.xml | 18 <!-- This is a theme that will adjust itself depending on the API version. 19 The default definition is the safe one, using a theme that has always 21 selected when the holographic theme is available. --> 22 <style name="ThemeHolo" parent="android:Theme"> 25 <!-- Older platforms don't have Theme.Holo.DialogWhenLarge; we will define 26 our own wrapper theme that uses it only when running on the appropriate 28 fullscreen theme, because they don't support some feature that help 30 <style name="ThemeDialogWhenLarge" parent="android:style/Theme">
|
/development/samples/training/threadsample/res/values-v11/ |
styles.xml | 3 <style name="Theme.NoBackground" parent="@android:style/Theme.Holo">
|
/external/replicaisland/res/values/ |
styles.xml | 4 <style name="Theme.ConversationDialog" parent="android:style/Theme.Dialog">
|
/packages/apps/VideoEditor/ |
AndroidManifest.xml | 18 android:theme="@style/Theme.VideoEditorHolo"> 26 android:theme="@style/Theme.VideoEditorHolo"> 33 android:theme="@android:style/Theme.Holo.DialogWhenLarge" 41 android:theme="@android:style/Theme.Holo.Dialog" 49 android:theme="@android:style/Theme.Holo.DialogWhenLarge [all...] |
/developers/samples/android/media/BasicMediaRouter/BasicMediaRouter/src/main/res/values/ |
styles.xml | 4 Base application theme, dependent on API level. This theme is replaced 7 <style name="AppBaseTheme" parent="android:Theme.Light"> 9 Theme customizations available in newer API levels can go in 15 <!-- Application theme. -->
|
/sdk/templates/projects/NewAndroidApplication/root/res/values/ |
styles.xml.ftl | 4 Base application theme, dependent on API level. This theme is replaced 7 <style name="AppBaseTheme" parent="android:Theme<#if baseTheme?contains("light")>.Light</#if>"> 9 Theme customizations available in newer API levels can go in 15 <!-- Application theme. -->
|