/frameworks/support/v7/appcompat/ |
D | THEMES.txt | 24 Platform.AppCompat <- android:Theme.Holo 35 Platform.AppCompat <- Base.V7.Theme.AppCompat <- Base.V21.Theme.AppCompat 49 Names: Theme.Base.AppCompat, Theme.Base.AppCompat.Light and Theme.Base.AppCompat.Light.DarkActionBar 53 Theme.V21.Base.AppCompat <- Theme.Base.AppCompat 61 Names: Theme.AppCompat, Theme.AppCompat.Light and Theme.AppCompat.Light.DarkActionBar 65 Theme.AppCompat <- Theme.Base.AppCompat
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | ThemedSpinnerAdapter.java | 22 import android.content.res.Resources.Theme; 51 void setDropDownViewTheme(@Nullable Resources.Theme theme); in setDropDownViewTheme() 61 Resources.Theme getDropDownViewTheme(); in getDropDownViewTheme() 122 public void setDropDownViewTheme(@Nullable Resources.Theme theme) { in setDropDownViewTheme() 138 public Resources.Theme getDropDownViewTheme() { in getDropDownViewTheme()
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/ |
D | ContextThemeWrapper.java | 34 private Resources.Theme mTheme; 42 public ContextThemeWrapper(Context base, Resources.Theme theme) { in ContextThemeWrapper() 60 public Resources.Theme getTheme() { in getTheme() 95 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() 103 Resources.Theme theme = getBaseContext().getTheme(); in initializeTheme()
|
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/ |
D | Resources_Theme_Delegate.java | 29 import android.content.res.Resources.Theme; 56 Resources thisResources, Theme thisTheme, in obtainStyledAttributes() 67 Resources thisResources, Theme thisTheme, in obtainStyledAttributes() 80 Resources thisResources, Theme thisTheme, in obtainStyledAttributes() 92 Resources thisResources, Theme thisTheme, in resolveAttribute() 103 /*package*/ static TypedArray resolveAttributes(Resources thisResources, Theme thisTheme, in resolveAttributes() 111 private static boolean setupResources(Theme thisTheme) { in setupResources()
|
/frameworks/base/core/java/android/view/ |
D | ContextThemeWrapper.java | 31 private Resources.Theme mTheme; 45 public ContextThemeWrapper(Context base, Resources.Theme theme) { in ContextThemeWrapper() 104 @Override public Resources.Theme getTheme() { in getTheme() 137 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() 145 Resources.Theme theme = getBaseContext().getTheme(); in initializeTheme()
|
/frameworks/base/tools/layoutlib/bridge/src/android/animation/ |
D | AnimatorInflater_Delegate.java | 24 import android.content.res.Resources.Theme; 39 /*package*/ static Animator loadAnimator(Resources resources, Theme theme, int id) in loadAnimator() 45 /*package*/ static Animator loadAnimator(Resources resources, Theme theme, int id, in loadAnimator() 54 /*package*/ static ValueAnimator loadAnimator(Resources res, Theme theme, in loadAnimator()
|
/frameworks/base/core/java/android/widget/ |
D | ThemedSpinnerAdapter.java | 21 import android.content.res.Resources.Theme; 42 void setDropDownViewTheme(@Nullable Resources.Theme theme); in setDropDownViewTheme() 52 Resources.Theme getDropDownViewTheme(); in getDropDownViewTheme()
|
/frameworks/support/v4/api21/android/support/v4/content/res/ |
D | ResourcesCompatApi21.java | 21 import android.content.res.Resources.Theme; 25 public static Drawable getDrawable(Resources res, int id, Theme theme) in getDrawable() 30 public static Drawable getDrawableForDensity(Resources res, int id, int density, Theme theme) in getDrawableForDensity()
|
/frameworks/support/v4/java/android/support/v4/content/res/ |
D | ResourcesCompat.java | 21 import android.content.res.Resources.Theme; 49 public static Drawable getDrawable(Resources res, int id, Theme theme) in getDrawable() 82 public static Drawable getDrawableForDensity(Resources res, int id, int density, Theme theme) in getDrawableForDensity()
|
/frameworks/base/core/java/android/content/res/ |
D | ThemedResourceCache.java | 21 import android.content.res.Resources.Theme; 46 public void put(long key, @Nullable Theme theme, @NonNull T entry) { in put() 60 public void put(long key, @Nullable Theme theme, @NonNull T entry, boolean usesTheme) { in put() 86 public T get(long key, @Nullable Theme theme) { in get() 143 private LongSparseArray<WeakReference<T>> getThemedLocked(@Nullable Theme t, boolean create) { in getThemedLocked()
|
D | ColorStateList.java | 22 import android.content.res.Resources.Theme; 188 @Nullable Theme theme) throws XmlPullParserException, IOException { in createFromXml() 213 @NonNull XmlPullParser parser, @NonNull AttributeSet attrs, @Nullable Theme theme) in createFromXmlInner() 248 @NonNull AttributeSet attrs, @Nullable Theme theme) in inflate() 357 private void applyTheme(Theme t) { in applyTheme() 422 public ColorStateList obtainForTheme(Theme t) { in obtainForTheme() 630 public ColorStateList newInstance(Resources res, Theme theme) { in newInstance()
|
/frameworks/base/docs/html/training/material/ |
D | compatibility.jd | 9 <li><a href="#Theme">Define Alternative Styles</a></li> 29 <h2 id="Theme">Define Alternative Styles</h2> 72 widgets when you apply one of the <code>Theme.AppCompat</code> themes.</li> 74 in the <code>Theme.AppCompat</code> themes.</li> 87 <p>The <code>Theme.AppCompat</code> themes provide material design styles for these widgets:</p> 101 Library, apply one of the <code>Theme.AppCompat</code> themes:</p> 104 <!-- extend one of the Theme.AppCompat themes --> 105 <style name="Theme.MyTheme" parent="Theme.AppCompat.Light">
|
D | theme.jd | 1 page.title=Using the Material Theme 11 <li><a href="#Inheritance">Theme Individual Views</a></li> 40 <li><code>@android:style/Theme.Material</code> (dark version)</li> 41 <li><code>@android:style/Theme.Material.Light</code> (light version)</li> 42 <li><code>@android:style/Theme.Material.Light.DarkActionBar</code></li> 82 <style name="AppTheme" parent="android:Theme.Material"> 126 <h2 id="Inheritance">Theme Individual Views</h3>
|
/frameworks/base/docs/html/training/basics/actionbar/ |
D | styling.jd | 15 <li><a href="#AndroidThemes">Use an Android Theme</a></li> 45 android.support.v7.appcompat.R.style#Theme_AppCompat Theme.AppCompat} family of styles (rather 46 than the {@link android.R.style#Theme_Holo Theme.Holo} family, available in API level 11 and 56 <h2 id="AndroidThemes">Use an Android Theme</h2> 69 <li>{@link android.R.style#Theme_Holo Theme.Holo} for a "dark" theme. 71 <li>{@link android.R.style#Theme_Holo_Light Theme.Holo.Light} for a "light" theme. 84 <application android:theme="@android:style/Theme.Holo.Light" ... /> 93 Theme.Holo.Light.DarkActionBar} theme.</p> 96 {@link android.support.v7.appcompat.R.style#Theme_AppCompat Theme.AppCompat} themes:</p> 98 <li>{@link android.support.v7.appcompat.R.style#Theme_AppCompat Theme.AppCompat} for the [all …]
|
D | setting-up.jd | 46 activities that use the {@link android.R.style#Theme_Holo Theme.Holo} theme (or one of its 63 of the {@link android.R.style#Theme_Holo Theme.Holo} themes as its parent. For details, 66 <p>Now the {@link android.R.style#Theme_Holo Theme.Holo} theme is applied to your app and 96 Theme.AppCompat} themes. For example: 97 <pre><activity android:theme="@style/Theme.AppCompat.Light" ... ></pre> 99 of the {@link android.support.v7.appcompat.R.style#Theme_AppCompat Theme.AppCompat} themes as
|
/frameworks/base/core/java/android/view/animation/ |
D | AnticipateInterpolator.java | 22 import android.content.res.Resources.Theme; 55 public AnticipateInterpolator(Resources res, Theme theme, AttributeSet attrs) { in AnticipateInterpolator()
|
D | CycleInterpolator.java | 22 import android.content.res.Resources.Theme; 46 public CycleInterpolator(Resources resources, Theme theme, AttributeSet attrs) { in CycleInterpolator()
|
D | DecelerateInterpolator.java | 22 import android.content.res.Resources.Theme; 56 public DecelerateInterpolator(Resources res, Theme theme, AttributeSet attrs) { in DecelerateInterpolator()
|
D | OvershootInterpolator.java | 21 import android.content.res.Resources.Theme; 56 public OvershootInterpolator(Resources res, Theme theme, AttributeSet attrs) { in OvershootInterpolator()
|
D | AccelerateInterpolator.java | 21 import android.content.res.Resources.Theme; 63 public AccelerateInterpolator(Resources res, Theme theme, AttributeSet attrs) { in AccelerateInterpolator()
|
D | AnticipateOvershootInterpolator.java | 21 import android.content.res.Resources.Theme; 72 public AnticipateOvershootInterpolator(Resources res, Theme theme, AttributeSet attrs) { in AnticipateOvershootInterpolator()
|
/frameworks/base/libs/androidfw/tests/ |
D | Theme_test.cpp | 44 ResTable::Theme theme1(table); in TEST() 58 ResTable::Theme theme2(table2); in TEST()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | Drawable.java | 24 import android.content.res.Resources.Theme; 795 public void applyTheme(@SuppressWarnings("unused") Theme t) { in applyTheme() 1110 public static Drawable createFromXml(Resources r, XmlPullParser parser, Theme theme) in createFromXml() 1151 Theme theme) throws XmlPullParserException, IOException { in createFromXmlInner() 1261 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) in inflate() 1324 public Drawable newDrawable(Resources res, Theme theme) { in newDrawable() 1401 Resources res, Theme theme, AttributeSet set, int[] attrs) { in obtainAttributes()
|
D | ClipDrawable.java | 26 import android.content.res.Resources.Theme; 84 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) in inflate() 122 public void applyTheme(Theme t) { in applyTheme()
|
D | StateListDrawable.java | 31 import android.content.res.Resources.Theme; 108 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) in inflate() 150 Theme theme) throws XmlPullParserException, IOException { in inflateChildElements() 369 public void applyTheme(Theme theme) { in applyTheme()
|