HomeSort by relevance Sort by last modified time
    Searched full:theme (Results 151 - 175 of 1131) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/Settings/res/values/
themes.xml 19 <style name="Theme.WifiDialog" parent="@*android:style/Theme.Holo.Dialog.Alert">
  /packages/providers/DownloadProvider/res/values/
styles.xml 18 <style name="Theme.Translucent" parent="android:style/Theme.Translucent">
  /sdk/apps/SdkController/res/values/
styles.xml 22 <style name="Theme.MultiTouch" parent="android:Theme.NoTitleBar.Fullscreen">
  /sdk/apps/SdkController/res/values-v11/
styles_v11.xml 22 <style name="Theme.MultiTouch" parent="android:Theme.Holo.NoActionBar.Fullscreen">
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.h 44 // Calls |observer|.Observe() for the browser theme with this provider as the
50 // Sets that we aren't using the system theme, then calls
66 // Creates a GtkChromeButton instance, registered with this theme provider,
71 // Creates a theme-aware vertical separator widget.
74 // Whether we should use the GTK system theme.
90 // colors are specified by the GTK+ theme, this function averages of the
116 // Returns colors that we pass to webkit to match the system theme.
141 // Whether we use the GTK theme by default in the current desktop
155 // Load theme data from preferences, possibly picking colors from GTK.
164 // Extracts colors and tints from the GTK theme, both for th
    [all...]
custom_button.h 33 // If the images come from ResourceBundle rather than the theme provider,
78 // We need to remember the image ids that the user passes in and the theme
79 // provider so we can reload images if the user changes theme.
87 // flipped versions from the theme provider). Used for the flipped window
91 // Used to listen for theme change notifications.
139 // |stock_size| are used for GTK+ theme mode.
200 // Whether to use the GTK+ theme. For this to be true, we have to be in GTK+
201 // theme mode and we must have a valid stock icon resource.
215 // The widget to use when we are displaying in GTK+ theme mode.
218 // Our theme provider
    [all...]
  /developers/samples/android/ui/actionbarcompat/Styled/Styled/src/main/
AndroidManifest.xml 27 Theme is set on the application so that our custom theme is used by
33 android:theme="@style/Theme.Styled" >
  /developers/samples/android/ui/holo/BorderlessButtons/BorderlessButtons/src/main/
AndroidManifest.xml 23 This sample requires API 11 for use of theme attributes such as ?android:buttonBarStyle
28 This sample requires API 14 for use of theme attributes such as
35 android:theme="@style/Theme.Sample"
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ActivityRecreate.java 35 mCurTheme = savedInstanceState.getInt("theme");
37 // Switch to a new theme different from last theme.
62 savedInstanceState.putInt("theme", mCurTheme);
FragmentDialog.java 92 case 4: return "STYLE_NORMAL with dark fullscreen theme";
93 case 5: return "STYLE_NORMAL with light theme";
94 case 6: return "STYLE_NO_TITLE with light theme";
95 case 7: return "STYLE_NO_FRAME with light theme";
96 case 8: return "STYLE_NORMAL with light fullscreen theme";
126 int style = DialogFragment.STYLE_NORMAL, theme = 0; local
138 case 4: theme = android.R.style.Theme_Holo; break;
139 case 5: theme = android.R.style.Theme_Holo_Light_Dialog; break;
140 case 6: theme = android.R.style.Theme_Holo_Light; break;
141 case 7: theme = android.R.style.Theme_Holo_Light_Panel; break
    [all...]
  /device/google/accessory/demokit/app/
AndroidManifest.xml 9 android:label="@string/app_name" android:theme="@android:style/Theme.NoTitleBar">
24 android:screenOrientation="landscape" android:theme="@android:style/Theme.Holo">
  /external/chromium/chrome/browser/
resources_util.h 15 // Returns the theme resource id or -1 if no resource with the name exists.
  /external/chromium/chrome/browser/ui/views/
theme_background.cc 25 // Never theme app and popup windows.
34 ui::ThemeProvider* theme = ThemeServiceFactory::GetForProfile(profile); local
37 background = theme->GetBitmapNamed(
41 background = theme->GetBitmapNamed(
  /sdk/templates/activities/FullscreenActivity/root/res/values/
attrs.xml 3 <!-- Declare custom theme attributes that allow changing which styles are
  /cts/tests/tests/theme/
AndroidManifest.xml 18 package="com.android.cts.theme">
23 <activity android:name="android.theme.cts.DeviceDefaultActivity" />
27 android:targetPackage="com.android.cts.theme"
  /frameworks/support/v7/appcompat/res/values-v14/
themes_base.xml 19 <!-- Themes in the "Theme.Base" family vary based on the current platform
23 Themes in the "Theme.AppCompat" family are meant to be extended or used
30 <!-- Base platform-dependent theme providing an action bar in a dark-themed activity. -->
31 <style name="Theme.Base.AppCompat" parent="android:Theme.Holo">
56 <!-- Base platform-dependent theme providing an action bar in a light-themed activity. -->
57 <style name="Theme.Base.AppCompat.Light" parent="android:Theme.Holo.Light">
82 <!-- Base platform-dependent theme providing a dark action bar in a light-themed activity. -->
83 <style name="Theme.Base.AppCompat.Light.DarkActionBar
    [all...]
  /packages/apps/DeskClock/res/values-sw600dp/
styles.xml 19 <style name="SetAlarmTheme" parent="android:Theme.Holo.Dialog"/>
21 <!-- NOTE: This must be a fullscreen theme, or else the fullscreen alarm will
23 <style name="AlarmAlertFullScreenTheme" parent="android:Theme.Holo.Wallpaper.NoTitleBar"/>
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieTheme.java 29 * Movie theme description
39 * Get theme by name
42 * @param theme The theme id
43 * @return The theme
45 public static MovieTheme getTheme(Context context, String theme) {
46 if (THEME_TRAVEL.equals(theme)) {
59 } else if (THEME_SURFING.equals(theme)) {
73 } else if (THEME_FILM.equals(theme)) {
86 } else if (THEME_ROCKANDROLL.equals(theme)) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
navigationstyles.xml 4 <style name="CustomTheme" parent="android:Theme.Light">
9 <style name="BrowserTheme" parent="@android:Theme.Black">
25 <style name="CustomTitle" parent="@android:Theme">
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationTest.java 49 configuration.setTheme("@style/Theme");
50 assertEquals("@style/Theme", configuration.getTheme());
75 assertEquals("2.7in QVGA::nb-__:+Theme::notnight::", configuration.toPersistentString());
78 configuration.setTheme("@android:style/Theme.Holo.Light");
86 assertEquals("Theme.Holo.Light",
98 assertEquals("2.7in QVGA::nb-__:-Theme.Holo.Light::notnight::foo.bar.FooActivity",
110 configuration.setTheme("@style/Theme");
111 assertEquals("@style/Theme", configuration.getTheme());
120 configuration.setTheme("@android:style/Theme.Holo.Light");
127 assertEquals("@android:style/Theme.Holo.Light", copy.getTheme())
    [all...]
  /cts/tests/tests/holo/
AndroidManifest.xml 46 android:theme="@android:style/Theme.Translucent.NoTitleBar">
58 android:theme="@android:style/Theme.Translucent.NoTitleBar" />
64 android:label="CTS tests for the Holo theme" />
  /frameworks/support/v7/appcompat/res/values/
themes_base.xml 19 <!-- Themes in the "Theme.Base" family vary based on the current platform
23 Themes in the "Theme.AppCompat" family are meant to be extended or used
27 <style name="Theme.Base" parent="android:Theme">
30 <style name="Theme.Base.Light" parent="android:Theme.Light">
33 <!-- Base platform-dependent theme providing an action bar in a dark-themed activity. -->
34 <style name="Theme.Base.AppCompat" parent="Theme.Base">
85 <item name="panelMenuListTheme">@style/Theme.AppCompat.CompactMenu</item
    [all...]
  /external/chromium/chrome/browser/sync/glue/
theme_util.cc 64 // We're using a custom theme, so simply compare IDs since those
68 // We're not using a custom theme, but we care about system
72 // We're not using a custom theme, and we don't care about system
95 VLOG(1) << "Applying theme " << id << " with update_url " << update_url;
102 VLOG(1) << "Extension " << id << " is not a theme; aborting";
106 VLOG(1) << "Theme " << id << " is not enabled; aborting";
109 // Get previous theme info before we set the new theme.
120 // An enabled theme extension with the given id was found, so
121 // just set the current theme to it
    [all...]
  /developers/samples/android/ui/actionbarcompat/Styled/Styled/src/main/res/values/
styles.xml 21 This is the styled theme.
23 It extends from Theme.AppCompat.Light, but it could extend from any of
24 the Theme.AppCompat themes depending on your color scheme. This theme can be applied to
28 This differs from the version of this theme in 'res/values-v14', as not all of the
34 <style name="Theme.Styled" parent="@style/Theme.AppCompat.Light">
  /packages/apps/VideoEditor/res/values/
styles.xml 18 <!-- Base application theme is the default theme. -->
19 <style name="Theme" parent="android:Theme"></style>
25 <!-- Variation on the Holo theme with a custom window background and an action bar -->
26 <style name="Theme.VideoEditorHolo" parent="android:Theme.Holo">

Completed in 2940 milliseconds

1 2 3 4 5 67 8 91011>>