/frameworks/base/tools/layoutlib/bridge/src/android/content/res/ |
D | Resources_Theme_Delegate.java | 23 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/ |
D | ContextThemeWrapper.java | 31 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/ |
D | android_util_AssetManager.cpp | 805 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/ |
D | WallpaperSettingsActivity.java | 40 Resources.Theme theme = getTheme(); in onCreate()
|
/frameworks/base/core/java/android/text/style/ |
D | TextAppearanceSpan.java | 94 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/ |
D | window-bg-speed.jd | 64 <style name="Theme.NoBackground" parent="android:Theme"> 70 <code>android:theme="@style/Theme.NoBackground"</code> to your 107 <style name="Theme.Shelves" parent="android:Theme">
|
/frameworks/base/include/utils/ |
D | ResourceTypes.h | 1903 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/ |
D | themes.jd | 28 and Theme Resources</a></li> 297 <activity android:theme="@android:style/Theme.Dialog"> 303 <activity android:theme="@android:style/Theme.Translucent"> 311 <style name="CustomTheme" parent="android:Theme.Light"> 322 <p>Now use {@code CustomTheme} instead of {@code Theme.Light} inside the Android 342 <style name="LightThemeSelector" parent="android:Theme.Light"> 352 <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><style name="Theme.Dialog"></code>. In this definition,
|
D | actionbar.jd | 117 {@link android.R.style#Theme_Holo_NoActionBar Theme.Holo.NoActionBar}. For example:</p> 120 <activity android:theme="@android:style/Theme.Holo.NoActionBar"> 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 <style name="CustomActionBar" parent="android:style/Theme.Holo.Light">
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | ListViewTest.java | 101 public Resources.Theme getTheme() { in getTheme()
|
/frameworks/base/core/java/android/content/res/ |
D | Resources.java | 140 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/ |
D | QuickContactBadge.java | 84 TypedArray styledAttributes = mContext.obtainStyledAttributes(R.styleable.Theme); in QuickContactBadge()
|
D | AbsSeekBar.java | 79 com.android.internal.R.styleable.Theme, 0, 0); in AbsSeekBar()
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeContext.java | 53 import android.content.res.Resources.Theme; 101 private Resources.Theme mTheme; 403 public Theme getTheme() { in getTheme()
|
/frameworks/base/libs/utils/ |
D | ResourceTypes.cpp | 1501 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/ |
D | Context.java | 310 public abstract Resources.Theme getTheme(); in getTheme()
|
D | ContextWrapper.java | 116 public Resources.Theme getTheme() { in getTheme()
|
/frameworks/base/test-runner/src/android/test/mock/ |
D | MockContext.java | 91 public Resources.Theme getTheme() { in getTheme()
|
/frameworks/base/docs/html/guide/tutorials/views/ |
D | hello-gallery.jd | 72 TypedArray a = obtainStyledAttributes(android.R.styleable.Theme);
|
D | hello-tabwidget.jd | 100 <application android:icon="@drawable/icon" android:theme="@android:style/Theme.NoTitleBa…
|
/frameworks/base/docs/html/resources/tutorials/views/ |
D | hello-webview.jd | 56 <strong>android:theme="@android:style/Theme.NoTitleBar"</strong>>
|
D | hello-tabwidget.jd | 192 android:theme="@android:style/Theme.NoTitleBar">
|
/frameworks/base/core/java/android/app/ |
D | ContextImpl.java | 153 private Resources.Theme mTheme = null; 523 public Resources.Theme getTheme() { in getTheme()
|
D | Activity.java | 35 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/ |
D | ActivityRecord.java | 265 ? android.R.style.Theme in ActivityRecord()
|