Home
last modified time | relevance | path

Searched refs:Theme (Results 1 – 25 of 52) sorted by relevance

123

/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DResources_Theme_Delegate.java23 import android.content.res.Resources.Theme;
38 Resources thisResources, Theme thisTheme, in obtainStyledAttributes()
45 Resources thisResources, Theme thisTheme, in obtainStyledAttributes()
53 Resources thisResources, Theme thisTheme, in obtainStyledAttributes()
61 Resources thisResources, Theme thisTheme, in resolveAttribute()
/frameworks/base/core/java/android/view/
DContextThemeWrapper.java32 private Resources.Theme mTheme;
98 @Override public Resources.Theme getTheme() { in getTheme()
131 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
139 Resources.Theme theme = mBase.getTheme(); in initializeTheme()
/frameworks/base/docs/html/training/basics/actionbar/
Dsetting-up.jd44 activities that use the {@link android.R.style#Theme_Holo Theme.Holo} theme (or one of its
61 of the {@link android.R.style#Theme_Holo Theme.Holo} themes as its parent. For details,
64 <p>Now the {@link android.R.style#Theme_Holo Theme.Holo} theme is applied to your app and
94 Theme.AppCompat} themes. For example:
95 <pre>&lt;activity android:theme="@style/Theme.AppCompat.Light" ... ></pre>
97 of the {@link android.support.v7.appcompat.R.style#Theme_AppCompat Theme.AppCompat} themes as
Dstyling.jd13 <li><a href="#AndroidThemes">Use an Android Theme</a></li>
43 android.support.v7.appcompat.R.style#Theme_AppCompat Theme.AppCompat} family of styles (rather
44 than the {@link android.R.style#Theme_Holo Theme.Holo} family, available in API level 11 and
54 <h2 id="AndroidThemes">Use an Android Theme</h2>
67 <li>{@link android.R.style#Theme_Holo Theme.Holo} for a "dark" theme.
69 <li>{@link android.R.style#Theme_Holo_Light Theme.Holo.Light} for a "light" theme.
82 &lt;application android:theme="@android:style/Theme.Holo.Light" ... />
91 Theme.Holo.Light.DarkActionBar} theme.</p>
94 {@link android.support.v7.appcompat.R.style#Theme_AppCompat Theme.AppCompat} themes:</p>
96 <li>{@link android.support.v7.appcompat.R.style#Theme_AppCompat Theme.AppCompat} for the
[all …]
Doverlaying.jd68 {@link android.R.style#Theme_Holo Theme.Holo} theme (or one of its descendants) as your parent
75 parent="&#64;android:style/Theme.Holo">
86 {@link android.support.v7.appcompat.R.style#Theme_AppCompat Theme.AppCompat} theme
93 parent="&#64;android:style/Theme.<strong>AppCompat</strong>">
/frameworks/base/include/androidfw/
DResourceTypes.h1376 class Theme {
1378 Theme(const ResTable& table);
1379 ~Theme();
1384 status_t setTo(const Theme& other);
1419 Theme(const Theme&);
1420 Theme& operator=(const Theme&);
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperSettingsActivity.java40 Resources.Theme theme = getTheme(); in onCreate()
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp818 return (jint)(new ResTable::Theme(am->getResources())); in android_content_AssetManager_newTheme()
824 ResTable::Theme* theme = (ResTable::Theme*)themeInt; in android_content_AssetManager_deleteTheme()
833 ResTable::Theme* theme = (ResTable::Theme*)themeInt; in android_content_AssetManager_applyThemeStyle()
840 ResTable::Theme* dest = (ResTable::Theme*)destInt; in android_content_AssetManager_copyTheme()
841 ResTable::Theme* src = (ResTable::Theme*)srcInt; in android_content_AssetManager_copyTheme()
848 ResTable::Theme* theme = (ResTable::Theme*)themeInt; in android_content_AssetManager_loadThemeAttributeValue()
872 ResTable::Theme* theme = (ResTable::Theme*)themeInt; in android_content_AssetManager_dumpTheme()
904 ResTable::Theme* theme = (ResTable::Theme*)themeToken; in android_content_AssetManager_applyStyle()
/frameworks/base/core/java/android/text/style/
DTextAppearanceSpan.java99 a = context.obtainStyledAttributes(com.android.internal.R.style.Theme, in TextAppearanceSpan()
100 com.android.internal.R.styleable.Theme); in TextAppearanceSpan()
/frameworks/base/docs/html/guide/topics/ui/
Dthemes.jd28 and Theme Resources</a></li>
297 &lt;activity android:theme="@android:style/Theme.Dialog">
303 &lt;activity android:theme="@android:style/Theme.Translucent">
311 &lt;style name="CustomTheme" parent="android:Theme.Light">
322 <p>Now use {@code CustomTheme} instead of {@code Theme.Light} inside the Android
342 &lt;style name="LightThemeSelector" parent="android:Theme.Light">
352 &lt;style name="LightThemeSelector" parent="android:Theme.Holo.Light">
361 found at {@link android.R.styleable#Theme R.styleable.Theme}.</p>
409 {@code "@android:style/Theme.NoTitleBar"}.</p>
421 you'll find a declaration for <code>&lt;style name="Theme.Dialog"&gt;</code>. In this definition,
Ddialogs.jd485 {@link android.R.style#Theme_Holo_Dialog Theme.Holo.Dialog}
490 &lt;activity android:theme="&#64;android:style/Theme.Holo.Dialog" >
755 apply the {@link android.R.style#Theme_Holo_DialogWhenLarge Theme.Holo.DialogWhenLarge}
760 &lt;activity android:theme="&#64;android:style/Theme.Holo.DialogWhenLarge" >
/frameworks/base/core/java/com/android/internal/widget/
DSubtitleView.java21 import android.content.res.Resources.Theme;
85 final Theme theme = context.getTheme(); in SubtitleView()
/frameworks/base/core/tests/coretests/src/android/widget/
DListViewTest.java101 public Resources.Theme getTheme() { in getTheme()
/frameworks/base/core/java/android/content/res/
DResources.java135 com.android.internal.R.style.Theme, in selectDefaultTheme()
1194 public final class Theme { class in Resources
1225 public void setTo(Theme other) { in setTo()
1457 /*package*/ Theme() { in Theme() method in Resources.Theme
1472 public final Theme newTheme() { in newTheme()
1473 return new Theme(); in newTheme()
/frameworks/base/docs/html/training/basics/supporting-devices/
Dplatforms.jd119 <pre>&lt;activity android:theme="@android:style/Theme.Dialog"></pre>
123 <pre>&lt;activity android:theme="@android:style/Theme.Translucent"></pre>
/frameworks/base/core/java/android/widget/
DQuickContactBadge.java90 TypedArray styledAttributes = mContext.obtainStyledAttributes(R.styleable.Theme); in QuickContactBadge()
DAbsSeekBar.java82 com.android.internal.R.styleable.Theme, 0, 0); in AbsSeekBar()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java53 import android.content.res.Resources.Theme;
104 private Resources.Theme mTheme;
419 public Theme getTheme() { in getTheme()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp2579 ResTable::Theme::Theme(const ResTable& table) in Theme() function in android::ResTable::Theme
2585 ResTable::Theme::~Theme() in ~Theme()
2595 void ResTable::Theme::free_package(package_info* pi) in free_package()
2606 ResTable::Theme::package_info* ResTable::Theme::copy_package(package_info* pi) in copy_package()
2626 status_t ResTable::Theme::applyStyle(uint32_t resID, bool force) in applyStyle()
2718 status_t ResTable::Theme::setTo(const Theme& other) in setTo()
2757 ssize_t ResTable::Theme::getAttribute(uint32_t resID, Res_value* outValue, in getAttribute()
2811 ssize_t ResTable::Theme::resolveAttributeReference(Res_value* inOutValue, in resolveAttributeReference()
2831 void ResTable::Theme::dumpToLog() const in dumpToLog()
/frameworks/base/docs/html/training/custom-views/
Dcreate-view.jd175 android.content.res.Resources.Theme#obtainStyledAttributes obtainStyledAttributes()}.
181 android.content.res.Resources.Theme#obtainStyledAttributes obtainStyledAttributes()}
/frameworks/base/core/java/android/content/
DContext.java378 public abstract Resources.Theme getTheme(); in getTheme()
DContextWrapper.java124 public Resources.Theme getTheme() { in getTheme()
/frameworks/base/test-runner/src/android/test/mock/
DMockContext.java95 public Resources.Theme getTheme() { in getTheme()
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DActionBarActivityDelegateBase.java420 TypedArray a = context.obtainStyledAttributes(R.styleable.Theme); in getListMenuView()
/frameworks/base/docs/html/training/basics/firstapp/
Dcreating-project.jd101 … <li><strong>Theme</strong> specifies the Android UI style to apply for your app. You can leave

123