/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/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/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 288 Context outerContext, Display display, int theme) { in createPresentationContext()
|
/frameworks/base/core/java/android/animation/ |
D | AnimatorInflater.java | 100 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/ |
D | ContextThemeWrapper.java | 127 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/ |
D | ConfigurationBoundResourceCache.java | 51 public void put(long key, Resources.Theme theme, ConstantState<T> constantState) { in put() 76 public T get(long key, Resources.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() 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/ |
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/service/wallpaper/ |
D | WallpaperSettingsActivity.java | 40 Resources.Theme theme = getTheme(); in onCreate() local
|
/frameworks/base/libs/androidfw/tests/ |
D | ResTable_test.cpp | 69 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/ |
D | AssetManager_Delegate.java | 37 /*package*/ static void deleteTheme(AssetManager manager, long theme) { in deleteTheme()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | StateListDrawable.java | 120 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()
|
D | AnimatedStateListDrawable.java | 376 @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()
|
D | Drawable.java | 1018 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/ |
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()
|
D | AccelerateInterpolator.java | 63 public AccelerateInterpolator(Resources res, Theme theme, AttributeSet attrs) { in AccelerateInterpolator()
|
D | AnimationUtils.java | 299 …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/ |
D | StartingData.java | 23 final int theme; field in StartingData
|
/frameworks/support/v7/mediarouter/src/android/support/v7/app/ |
D | MediaRouteChooserDialog.java | 64 public MediaRouteChooserDialog(Context context, int theme) { in MediaRouteChooserDialog() 65 super(MediaRouterThemeHelper.createThemedContext(context), theme); in MediaRouteChooserDialog() local
|
D | MediaRouteControllerDialog.java | 91 public MediaRouteControllerDialog(Context context, int theme) { in MediaRouteControllerDialog() 92 super(MediaRouterThemeHelper.createThemedContext(context), theme); in MediaRouteControllerDialog() local
|