| /frameworks/base/tools/layoutlib/bridge/src/android/animation/ |
| D | AnimatorInflater_Delegate.java | 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/support/v7/appcompat/src/android/support/v7/internal/view/ |
| D | ContextThemeWrapper.java | 42 public ContextThemeWrapper(Context base, Resources.Theme theme) { in ContextThemeWrapper() 95 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() 103 Resources.Theme theme = getBaseContext().getTheme(); in initializeTheme() local
|
| /frameworks/support/v4/api21/android/support/v4/content/res/ |
| D | ResourcesCompatApi21.java | 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 | 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/view/ |
| D | ContextThemeWrapper.java | 45 public ContextThemeWrapper(Context base, Resources.Theme theme) { in ContextThemeWrapper() 137 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() 145 Resources.Theme theme = getBaseContext().getTheme(); in initializeTheme() local
|
| /frameworks/base/core/java/android/app/ |
| D | Presentation.java | 176 public Presentation(Context outerContext, Display display, int theme) { in Presentation() 177 super(createPresentationContext(outerContext, display, theme), theme, false); in Presentation() local 290 Context outerContext, Display display, int theme) { in createPresentationContext()
|
| /frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
| D | ThemedSpinnerAdapter.java | 51 void setDropDownViewTheme(@Nullable Resources.Theme theme); in setDropDownViewTheme() 122 public void setDropDownViewTheme(@Nullable Resources.Theme theme) { in setDropDownViewTheme()
|
| /frameworks/base/core/java/android/content/res/ |
| D | ThemedResourceCache.java | 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()
|
| D | ConstantState.java | 58 public T newInstance(Resources res, Resources.Theme theme) { in newInstance()
|
| D | AssetManager.java | 227 /*package*/ final boolean getThemeValue(long theme, int ident, in getThemeValue() 512 /*package*/ final void releaseTheme(long theme) { in releaseTheme() 746 /*package*/ native static final boolean applyStyle(long theme, in applyStyle() 749 /*package*/ native static final boolean resolveAttrs(long theme, in resolveAttrs() 785 private native final void deleteTheme(long theme); in deleteTheme() 786 /*package*/ native static final void applyThemeStyle(long theme, int styleRes, boolean force); in applyThemeStyle() 788 /*package*/ native static final void clearTheme(long theme); in clearTheme() 789 /*package*/ native static final int loadThemeAttributeValue(long theme, int ident, in loadThemeAttributeValue() 792 …/*package*/ native static final void dumpTheme(long theme, int priority, String tag, String prefix… in dumpTheme() 793 /*package*/ native static final int getThemeChangingConfigurations(long theme); in getThemeChangingConfigurations()
|
| D | ConfigurationBoundResourceCache.java | 45 public T getInstance(long key, Resources.Theme theme) { in getInstance()
|
| D | DrawableCache.java | 44 public Drawable getInstance(long key, Resources.Theme theme) { in getInstance()
|
| D | ColorStateList.java | 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() 630 public ColorStateList newInstance(Resources res, Theme theme) { in newInstance()
|
| /frameworks/base/core/java/android/animation/ |
| D | AnimatorInflater.java | 101 public static Animator loadAnimator(Resources resources, Theme theme, int id) in loadAnimator() 107 public static Animator loadAnimator(Resources resources, Theme theme, int id, in loadAnimator() 159 final Theme theme = context.getTheme(); in loadStateListAnimator() local 661 private static Animator createAnimatorFromXml(Resources res, Theme theme, XmlPullParser parser, in createAnimatorFromXml() 668 private static Animator createAnimatorFromXml(Resources res, Theme theme, XmlPullParser parser, in createAnimatorFromXml() 738 private static PropertyValuesHolder[] loadValues(Resources res, Theme theme, in loadValues() 796 private static int inferValueTypeOfKeyframe(Resources res, Theme theme, AttributeSet attrs) { in inferValueTypeOfKeyframe() 852 private static PropertyValuesHolder loadPvh(Resources res, Theme theme, XmlPullParser parser, in loadPvh() 975 private static Keyframe loadKeyframe(Resources res, Theme theme, AttributeSet attrs, in loadKeyframe() 1029 private static ObjectAnimator loadObjectAnimator(Resources res, Theme theme, AttributeSet attrs, in loadObjectAnimator() [all …]
|
| /frameworks/base/core/tests/coretests/src/android/content/res/ |
| D | ConfigurationBoundResourceCacheTest.java | 160 final Resources.Theme theme = i == 0 ? getActivity().getTheme() : null; in testConfigChangeMultipleThemes() local 174 final Resources.Theme theme = i == 0 ? getActivity().getTheme() : null; in testConfigChangeMultipleThemes() local 181 final Resources.Theme theme = i == 0 ? getActivity().getTheme() : null; in testConfigChangeMultipleThemes() local
|
| /frameworks/base/core/java/android/widget/ |
| D | ThemedSpinnerAdapter.java | 42 void setDropDownViewTheme(@Nullable Resources.Theme theme); in setDropDownViewTheme()
|
| /frameworks/base/core/java/android/service/wallpaper/ |
| D | WallpaperSettingsActivity.java | 40 Resources.Theme theme = getTheme(); in onCreate() local
|
| /frameworks/base/tools/layoutlib/bridge/src/android/content/res/ |
| D | AssetManager_Delegate.java | 37 /*package*/ static void deleteTheme(AssetManager manager, long theme) { in deleteTheme()
|
| /frameworks/base/libs/androidfw/tests/ |
| D | ResTable_test.cpp | 73 ResTable::Theme theme(table); in TEST() local 93 ResTable::Theme theme(table); in TEST() local 113 ResTable::Theme theme(table); in TEST() local
|
| /frameworks/base/graphics/java/android/graphics/drawable/ |
| D | StateListDrawable.java | 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()
|
| /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/ |
| D | NavigationBar.java | 50 int theme = attributes.getResourceId(0, 0); in getNavbarTheme() local 66 final int theme = getNavbarTheme(context); in getThemedContext() local
|
| /frameworks/base/core/java/android/view/animation/ |
| D | CycleInterpolator.java | 46 public CycleInterpolator(Resources resources, Theme theme, AttributeSet attrs) { in CycleInterpolator()
|
| D | OvershootInterpolator.java | 56 public OvershootInterpolator(Resources res, Theme theme, AttributeSet attrs) { in OvershootInterpolator()
|
| D | AnticipateInterpolator.java | 55 public AnticipateInterpolator(Resources res, Theme theme, AttributeSet attrs) { in AnticipateInterpolator()
|
| D | DecelerateInterpolator.java | 56 public DecelerateInterpolator(Resources res, Theme theme, AttributeSet attrs) { in DecelerateInterpolator()
|