Home
last modified time | relevance | path

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

123

/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/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/app/
DPresentation.java176 public Presentation(Context outerContext, Display display, int theme) { in Presentation()
177 super(createPresentationContext(outerContext, display, theme), theme, false); in Presentation() local
288 Context outerContext, Display display, int theme) { in createPresentationContext()
/frameworks/base/core/java/android/animation/
DAnimatorInflater.java100 public static Animator loadAnimator(Resources resources, Theme theme, int id) in loadAnimator()
106 public static Animator loadAnimator(Resources resources, Theme theme, int id, in loadAnimator()
158 final Theme theme = context.getTheme(); in loadStateListAnimator() local
548 private static Animator createAnimatorFromXml(Resources res, Theme theme, XmlPullParser parser, in createAnimatorFromXml()
555 private static Animator createAnimatorFromXml(Resources res, Theme theme, XmlPullParser parser, in createAnimatorFromXml()
618 private static ObjectAnimator loadObjectAnimator(Resources res, Theme theme, AttributeSet attrs, in loadObjectAnimator()
636 private static ValueAnimator loadAnimator(Resources res, Theme theme, in loadAnimator()
/frameworks/base/core/java/android/view/
DContextThemeWrapper.java127 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
135 Resources.Theme theme = getBaseContext().getTheme(); in initializeTheme() local
/frameworks/base/core/java/android/content/res/
DConfigurationBoundResourceCache.java51 public void put(long key, Resources.Theme theme, ConstantState<T> constantState) { in put()
76 public T get(long key, Resources.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()
732 /*package*/ native static final boolean applyStyle(long theme, in applyStyle()
735 /*package*/ native static final boolean resolveAttrs(long theme, in resolveAttrs()
771 private native final void deleteTheme(long theme); in deleteTheme()
772 /*package*/ native static final void applyThemeStyle(long theme, int styleRes, boolean force); in applyThemeStyle()
774 /*package*/ native static final int loadThemeAttributeValue(long theme, int ident, in loadThemeAttributeValue()
777 …/*package*/ native static final void dumpTheme(long theme, int priority, String tag, String prefix… in dumpTheme()
/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/service/wallpaper/
DWallpaperSettingsActivity.java40 Resources.Theme theme = getTheme(); in onCreate() local
/frameworks/base/libs/androidfw/tests/
DResTable_test.cpp69 ResTable::Theme theme(table); in TEST() local
89 ResTable::Theme theme(table); in TEST() local
109 ResTable::Theme theme(table); in TEST() 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/graphics/java/android/graphics/drawable/
DStateListDrawable.java120 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) in inflate()
162 Theme theme) throws XmlPullParserException, IOException { in inflateChildElements()
390 public void applyTheme(Theme theme) { in applyTheme()
DAnimatedStateListDrawable.java376 @NonNull AttributeSet attrs, @Nullable Theme theme) in inflate()
390 public void applyTheme(@Nullable Theme theme) { in applyTheme()
435 Theme theme) throws XmlPullParserException, IOException { in inflateChildElements()
460 @NonNull AttributeSet attrs, @Nullable Theme theme) in parseTransition()
496 @NonNull AttributeSet attrs, @Nullable Theme theme) in parseItem()
DDrawable.java1018 public static Drawable createFromXml(Resources r, XmlPullParser parser, Theme theme) in createFromXml()
1058 Theme theme) throws XmlPullParserException, IOException { in createFromXmlInner()
1174 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) in inflate()
1237 public Drawable newDrawable(Resources res, Theme theme) { in newDrawable()
1314 Resources res, Theme theme, AttributeSet set, int[] attrs) { in obtainAttributes()
/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()
DAccelerateInterpolator.java63 public AccelerateInterpolator(Resources res, Theme theme, AttributeSet attrs) { in AccelerateInterpolator()
DAnimationUtils.java299 …public static Interpolator loadInterpolator(Resources res, Theme theme, int id) throws NotFoundExc… in loadInterpolator()
321 …private static Interpolator createInterpolatorFromXml(Resources res, Theme theme, XmlPullParser pa… in createInterpolatorFromXml()
/frameworks/base/services/core/java/com/android/server/wm/
DStartingData.java23 final int theme; field in StartingData
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
DMediaRouteChooserDialog.java64 public MediaRouteChooserDialog(Context context, int theme) { in MediaRouteChooserDialog()
65 super(MediaRouterThemeHelper.createThemedContext(context), theme); in MediaRouteChooserDialog() local
DMediaRouteControllerDialog.java91 public MediaRouteControllerDialog(Context context, int theme) { in MediaRouteControllerDialog()
92 super(MediaRouterThemeHelper.createThemedContext(context), theme); in MediaRouteControllerDialog() local

123