Searched refs:Theme (Results 1 - 25 of 73) sorted by path

123

/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java23 import android.content.res.Resources.Theme;
100 public static Animator loadAnimator(Resources resources, Theme theme, int id)
106 public static Animator loadAnimator(Resources resources, Theme theme, int id,
158 final Theme theme = context.getTheme();
548 private static Animator createAnimatorFromXml(Resources res, Theme theme, XmlPullParser parser,
555 private static Animator createAnimatorFromXml(Resources res, Theme theme, XmlPullParser parser,
618 private static ObjectAnimator loadObjectAnimator(Resources res, Theme theme, AttributeSet attrs,
636 private static ValueAnimator loadAnimator(Resources res, Theme theme,
/frameworks/base/core/java/android/app/
H A DActivity.java3667 protected void onApplyThemeResource(Resources.Theme theme, int resid,
3682 TypedArray a = theme.obtainStyledAttributes(com.android.internal.R.styleable.Theme);
H A DContextImpl.java240 private Resources.Theme mTheme = null;
839 public Resources.Theme getTheme() {
/frameworks/base/core/java/android/content/
H A DContext.java423 * Return the Theme object associated with this Context.
426 public abstract Resources.Theme getTheme();
430 * {@link Resources.Theme#obtainStyledAttributes(int[])}
433 * @see Resources.Theme#obtainStyledAttributes(int[])
442 * {@link Resources.Theme#obtainStyledAttributes(int, int[])}
445 * @see Resources.Theme#obtainStyledAttributes(int, int[])
454 * {@link Resources.Theme#obtainStyledAttributes(AttributeSet, int[], int, int)}
457 * @see Resources.Theme#obtainStyledAttributes(AttributeSet, int[], int, int)
466 * {@link Resources.Theme#obtainStyledAttributes(AttributeSet, int[], int, int)}
469 * @see Resources.Theme#obtainStyledAttribute
[all...]
H A DContextWrapper.java121 public Resources.Theme getTheme() {
/frameworks/base/core/java/android/content/res/
H A DConfigurationBoundResourceCache.java47 * @param theme The Theme instance where this resource was loaded.
51 public void put(long key, Resources.Theme theme, ConstantState<T> constantState) {
71 * @param theme The The Theme instance where we want to load this resource.
76 public T get(long key, Resources.Theme theme) {
H A DConstantState.java20 * depending on the current {@link Resources.Theme} or {@link Configuration}.
58 public T newInstance(Resources res, Resources.Theme theme) {
H A DResources.java168 com.android.internal.R.style.Theme,
738 * or {@link #getDrawable(int, Theme)} passing the desired theme.</p>
746 * @see #getDrawable(int, Theme)
747 * @deprecated Use {@link #getDrawable(int, Theme)} instead.
755 + "attributes! Consider using Resources.getDrawable(int, Theme) or "
776 public Drawable getDrawable(int id, @Nullable Theme theme) throws NotFoundException {
808 * or {@link #getDrawableForDensity(int, int, Theme)} passing the desired
819 * @see #getDrawableForDensity(int, int, Theme)
820 * @deprecated Use {@link #getDrawableForDensity(int, int, Theme)} instead.
843 public Drawable getDrawableForDensity(int id, int density, @Nullable Theme them
1337 public final class Theme { class in class:Resources
1664 /*package*/ Theme() { method in class:Resources.Theme
[all...]
H A DTypedArray.java32 * {@link Resources.Theme#obtainStyledAttributes(AttributeSet, int[], int, int)}
69 /*package*/ Resources.Theme mTheme;
715 * @return Theme attribute resource identifier, or defValue if not defined.
904 * {@link android.content.res.Resources.Theme#resolveAttributes(int[], int[])}.
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java343 com.android.internal.R.styleable.Theme);
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperSettingsActivity.java40 Resources.Theme theme = getTheme();
/frameworks/base/core/java/android/text/style/
H A DTextAppearanceSpan.java99 a = context.obtainStyledAttributes(com.android.internal.R.style.Theme,
100 com.android.internal.R.styleable.Theme);
/frameworks/base/core/java/android/view/
H A DContextThemeWrapper.java30 private Resources.Theme mTheme;
94 @Override public Resources.Theme getTheme() {
118 * resource to the current Theme object. Can override to change the
122 * @param theme The Theme object being modified.
127 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) {
135 Resources.Theme theme = getBaseContext().getTheme();
H A DViewDebug.java848 android.util.Log.w("View", "Problem dumping View Theme:", e);
857 * Gets the style attributes from the {@link Resources.Theme}. For debugging only.
860 * @param theme Theme to dump.
861 * @return a String array containing pairs of adjacent Theme attribute data: name followed by
866 private static String[] getStyleAttributesDump(Resources resources, Resources.Theme theme) {
/frameworks/base/core/java/android/view/animation/
H A DAccelerateInterpolator.java21 import android.content.res.Resources.Theme;
63 public AccelerateInterpolator(Resources res, Theme theme, AttributeSet attrs) {
H A DAnimationUtils.java24 import android.content.res.Resources.Theme;
299 public static Interpolator loadInterpolator(Resources res, Theme theme, int id) throws NotFoundException {
321 private static Interpolator createInterpolatorFromXml(Resources res, Theme theme, XmlPullParser parser)
H A DAnticipateInterpolator.java22 import android.content.res.Resources.Theme;
55 public AnticipateInterpolator(Resources res, Theme theme, AttributeSet attrs) {
H A DAnticipateOvershootInterpolator.java21 import android.content.res.Resources.Theme;
72 public AnticipateOvershootInterpolator(Resources res, Theme theme, AttributeSet attrs) {
H A DCycleInterpolator.java22 import android.content.res.Resources.Theme;
46 public CycleInterpolator(Resources resources, Theme theme, AttributeSet attrs) {
H A DDecelerateInterpolator.java22 import android.content.res.Resources.Theme;
56 public DecelerateInterpolator(Resources res, Theme theme, AttributeSet attrs) {
H A DOvershootInterpolator.java21 import android.content.res.Resources.Theme;
56 public OvershootInterpolator(Resources res, Theme theme, AttributeSet attrs) {
H A DPathInterpolator.java20 import android.content.res.Resources.Theme;
93 public PathInterpolator(Resources res, Theme theme, AttributeSet attrs) {
/frameworks/base/core/java/android/widget/
H A DAbsSeekBar.java116 com.android.internal.R.styleable.Theme, 0, 0);
H A DEditor.java4120 R.styleable.Theme);
H A DQuickContactBadge.java95 TypedArray styledAttributes = mContext.obtainStyledAttributes(R.styleable.Theme);

Completed in 328 milliseconds

123