Home
last modified time | relevance | path

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

12

/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.java31 private Resources.Theme mTheme;
60 @Override public Resources.Theme getTheme() { in getTheme()
93 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
101 Resources.Theme theme = mBase.getTheme(); in initializeTheme()
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp805 return (jint)(new ResTable::Theme(am->getResources())); in android_content_AssetManager_newTheme()
811 ResTable::Theme* theme = (ResTable::Theme*)themeInt; in android_content_AssetManager_deleteTheme()
820 ResTable::Theme* theme = (ResTable::Theme*)themeInt; in android_content_AssetManager_applyThemeStyle()
827 ResTable::Theme* dest = (ResTable::Theme*)destInt; in android_content_AssetManager_copyTheme()
828 ResTable::Theme* src = (ResTable::Theme*)srcInt; in android_content_AssetManager_copyTheme()
835 ResTable::Theme* theme = (ResTable::Theme*)themeInt; in android_content_AssetManager_loadThemeAttributeValue()
859 ResTable::Theme* theme = (ResTable::Theme*)themeInt; in android_content_AssetManager_dumpTheme()
891 ResTable::Theme* theme = (ResTable::Theme*)themeToken; in android_content_AssetManager_applyStyle()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperSettingsActivity.java40 Resources.Theme theme = getTheme(); in onCreate()
/frameworks/base/core/java/android/text/style/
DTextAppearanceSpan.java94 a = context.obtainStyledAttributes(com.android.internal.R.style.Theme, in TextAppearanceSpan()
95 com.android.internal.R.styleable.Theme); in TextAppearanceSpan()
/frameworks/base/docs/html/resources/articles/
Dwindow-bg-speed.jd64 <style name="Theme.NoBackground" parent="android:Theme">
70 <code>android:theme="@style/Theme.NoBackground"</code> to your
107 &lt;style name="Theme.Shelves" parent="android:Theme"&gt;
/frameworks/base/include/utils/
DResourceTypes.h1903 class Theme {
1905 Theme(const ResTable& table);
1906 ~Theme();
1911 status_t setTo(const Theme& other);
1946 Theme(const Theme&);
1947 Theme& operator=(const Theme&);
/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,
Dactionbar.jd117 {@link android.R.style#Theme_Holo_NoActionBar Theme.Holo.NoActionBar}. For example:</p>
120 &lt;activity android:theme="&#64;android:style/Theme.Holo.NoActionBar"&gt;
748 the default holographic theme, as specified by the {@link android.R.style#Theme_Holo Theme.Holo}
750 android.R.style#Theme_Holo_Light Theme.Holo.Light} theme to the activity in the manifest file. For
755 android:theme="@android:style/Theme.Holo.Light" />
759 Theme.Holo} or {@link android.R.style#Theme_Holo_Light Theme.Holo.Light} theme and apply custom
787 the standard {@link android.R.style#Theme_Holo Theme.Holo} theme:</p>
793 &lt;style name="CustomActionBar" parent="android:style/Theme.Holo.Light">
/frameworks/base/core/tests/coretests/src/android/widget/
DListViewTest.java101 public Resources.Theme getTheme() { in getTheme()
/frameworks/base/core/java/android/content/res/
DResources.java140 com.android.internal.R.style.Theme, in selectDefaultTheme()
1091 public final class Theme { class in Resources
1122 public void setTo(Theme other) { in setTo()
1354 /*package*/ Theme() { in Theme() method in Resources.Theme
1369 public final Theme newTheme() { in newTheme()
1370 return new Theme(); in newTheme()
/frameworks/base/core/java/android/widget/
DQuickContactBadge.java84 TypedArray styledAttributes = mContext.obtainStyledAttributes(R.styleable.Theme); in QuickContactBadge()
DAbsSeekBar.java79 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;
101 private Resources.Theme mTheme;
403 public Theme getTheme() { in getTheme()
/frameworks/base/libs/utils/
DResourceTypes.cpp1501 ResTable::Theme::Theme(const ResTable& table) in Theme() function in android::ResTable::Theme
1507 ResTable::Theme::~Theme() in ~Theme()
1517 void ResTable::Theme::free_package(package_info* pi) in free_package()
1528 ResTable::Theme::package_info* ResTable::Theme::copy_package(package_info* pi) in copy_package()
1548 status_t ResTable::Theme::applyStyle(uint32_t resID, bool force) in applyStyle()
1640 status_t ResTable::Theme::setTo(const Theme& other) in setTo()
1679 ssize_t ResTable::Theme::getAttribute(uint32_t resID, Res_value* outValue, in getAttribute()
1733 ssize_t ResTable::Theme::resolveAttributeReference(Res_value* inOutValue, in resolveAttributeReference()
1753 void ResTable::Theme::dumpToLog() const in dumpToLog()
/frameworks/base/core/java/android/content/
DContext.java310 public abstract Resources.Theme getTheme(); in getTheme()
DContextWrapper.java116 public Resources.Theme getTheme() { in getTheme()
/frameworks/base/test-runner/src/android/test/mock/
DMockContext.java91 public Resources.Theme getTheme() { in getTheme()
/frameworks/base/docs/html/guide/tutorials/views/
Dhello-gallery.jd72 TypedArray a = obtainStyledAttributes(android.R.styleable.Theme);
Dhello-tabwidget.jd100 &lt;application android:icon="&#64;drawable/icon" android:theme="&#64;android:style/Theme.NoTitleBa…
/frameworks/base/docs/html/resources/tutorials/views/
Dhello-webview.jd56 <strong>android:theme="@android:style/Theme.NoTitleBar"</strong>&gt;
Dhello-tabwidget.jd192 android:theme="&#64;android:style/Theme.NoTitleBar">
/frameworks/base/core/java/android/app/
DContextImpl.java153 private Resources.Theme mTheme = null;
523 public Resources.Theme getTheme() { in getTheme()
DActivity.java35 import android.content.res.Resources.Theme;
3143 protected void onApplyThemeResource(Resources.Theme theme, int resid, in onApplyThemeResource()
/frameworks/base/services/java/com/android/server/am/
DActivityRecord.java265 ? android.R.style.Theme in ActivityRecord()

12