/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 | 32 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/ |
D | setting-up.jd | 44 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><activity android:theme="@style/Theme.AppCompat.Light" ... ></pre> 97 of the {@link android.support.v7.appcompat.R.style#Theme_AppCompat Theme.AppCompat} themes as
|
D | styling.jd | 13 <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 <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 …]
|
D | overlaying.jd | 68 {@link android.R.style#Theme_Holo Theme.Holo} theme (or one of its descendants) as your parent 75 parent="@android:style/Theme.Holo"> 86 {@link android.support.v7.appcompat.R.style#Theme_AppCompat Theme.AppCompat} theme 93 parent="@android:style/Theme.<strong>AppCompat</strong>">
|
/frameworks/base/include/androidfw/ |
D | ResourceTypes.h | 1376 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/ |
D | WallpaperSettingsActivity.java | 40 Resources.Theme theme = getTheme(); in onCreate()
|
/frameworks/base/core/jni/ |
D | android_util_AssetManager.cpp | 818 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/ |
D | TextAppearanceSpan.java | 99 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/ |
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 | dialogs.jd | 485 {@link android.R.style#Theme_Holo_Dialog Theme.Holo.Dialog} 490 <activity android:theme="@android:style/Theme.Holo.Dialog" > 755 apply the {@link android.R.style#Theme_Holo_DialogWhenLarge Theme.Holo.DialogWhenLarge} 760 <activity android:theme="@android:style/Theme.Holo.DialogWhenLarge" >
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | SubtitleView.java | 21 import android.content.res.Resources.Theme; 85 final Theme theme = context.getTheme(); in SubtitleView()
|
/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 | 135 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/ |
D | platforms.jd | 119 <pre><activity android:theme="@android:style/Theme.Dialog"></pre> 123 <pre><activity android:theme="@android:style/Theme.Translucent"></pre>
|
/frameworks/base/core/java/android/widget/ |
D | QuickContactBadge.java | 90 TypedArray styledAttributes = mContext.obtainStyledAttributes(R.styleable.Theme); in QuickContactBadge()
|
D | AbsSeekBar.java | 82 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; 104 private Resources.Theme mTheme; 419 public Theme getTheme() { in getTheme()
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 2579 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/ |
D | create-view.jd | 175 android.content.res.Resources.Theme#obtainStyledAttributes obtainStyledAttributes()}. 181 android.content.res.Resources.Theme#obtainStyledAttributes obtainStyledAttributes()}
|
/frameworks/base/core/java/android/content/ |
D | Context.java | 378 public abstract Resources.Theme getTheme(); in getTheme()
|
D | ContextWrapper.java | 124 public Resources.Theme getTheme() { in getTheme()
|
/frameworks/base/test-runner/src/android/test/mock/ |
D | MockContext.java | 95 public Resources.Theme getTheme() { in getTheme()
|
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
D | ActionBarActivityDelegateBase.java | 420 TypedArray a = context.obtainStyledAttributes(R.styleable.Theme); in getListMenuView()
|
/frameworks/base/docs/html/training/basics/firstapp/ |
D | creating-project.jd | 101 … <li><strong>Theme</strong> specifies the Android UI style to apply for your app. You can leave
|