Home
last modified time | relevance | path

Searched defs:theme (Results 1 – 25 of 92) sorted by relevance

1234

/frameworks/base/tools/layoutlib/bridge/src/android/animation/
DAnimatorInflater_Delegate.java39 /*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/
DContextThemeWrapper.java42 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/
DResourcesCompatApi21.java25 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/
DResourcesCompat.java49 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/
DContextThemeWrapper.java45 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/
DPresentation.java176 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/
DThemedSpinnerAdapter.java51 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/
DThemedResourceCache.java46 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()
DConstantState.java58 public T newInstance(Resources res, Resources.Theme theme) { in newInstance()
DAssetManager.java227 /*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()
DConfigurationBoundResourceCache.java45 public T getInstance(long key, Resources.Theme theme) { in getInstance()
DDrawableCache.java44 public Drawable getInstance(long key, Resources.Theme theme) { in getInstance()
DColorStateList.java188 @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/
DAnimatorInflater.java101 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/
DConfigurationBoundResourceCacheTest.java160 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/
DThemedSpinnerAdapter.java42 void setDropDownViewTheme(@Nullable Resources.Theme theme); in setDropDownViewTheme()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperSettingsActivity.java40 Resources.Theme theme = getTheme(); in onCreate() local
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DAssetManager_Delegate.java37 /*package*/ static void deleteTheme(AssetManager manager, long theme) { in deleteTheme()
/frameworks/base/libs/androidfw/tests/
DResTable_test.cpp73 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/
DStateListDrawable.java108 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/
DNavigationBar.java50 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/
DCycleInterpolator.java46 public CycleInterpolator(Resources resources, Theme theme, AttributeSet attrs) { in CycleInterpolator()
DOvershootInterpolator.java56 public OvershootInterpolator(Resources res, Theme theme, AttributeSet attrs) { in OvershootInterpolator()
DAnticipateInterpolator.java55 public AnticipateInterpolator(Resources res, Theme theme, AttributeSet attrs) { in AnticipateInterpolator()
DDecelerateInterpolator.java56 public DecelerateInterpolator(Resources res, Theme theme, AttributeSet attrs) { in DecelerateInterpolator()

1234