Searched refs:obtainStyledAttributes (Results 1 - 25 of 90) sorted by relevance

1234

/frameworks/base/core/java/android/view/animation/
H A DCycleInterpolator.java35 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.CycleInterpolator);
H A DAccelerateInterpolator.java52 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.AccelerateInterpolator);
H A DAlphaAnimation.java43 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.AlphaAnimation);
H A DAnticipateInterpolator.java43 TypedArray a = context.obtainStyledAttributes(attrs,
H A DDecelerateInterpolator.java45 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.DecelerateInterpolator);
H A DOvershootInterpolator.java44 TypedArray a = context.obtainStyledAttributes(attrs,
H A DAnticipateOvershootInterpolator.java59 TypedArray a = context.obtainStyledAttributes(attrs, AnticipateOvershootInterpolator);
H A DRotateAnimation.java51 TypedArray a = context.obtainStyledAttributes(attrs,
H A DLayoutAnimationController.java104 TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.LayoutAnimation);
H A DScaleAnimation.java51 TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/base/core/java/android/content/
H A DContext.java215 * {@link Resources.Theme#obtainStyledAttributes(int[])}
218 * @see Resources.Theme#obtainStyledAttributes(int[])
220 public final TypedArray obtainStyledAttributes( method in class:Context
222 return getTheme().obtainStyledAttributes(attrs);
227 * {@link Resources.Theme#obtainStyledAttributes(int, int[])}
230 * @see Resources.Theme#obtainStyledAttributes(int, int[])
232 public final TypedArray obtainStyledAttributes( method in class:Context
234 return getTheme().obtainStyledAttributes(resid, attrs);
239 * {@link Resources.Theme#obtainStyledAttributes(AttributeSet, int[], int, int)}
242 * @see Resources.Theme#obtainStyledAttributes(AttributeSe
244 public final TypedArray obtainStyledAttributes( method in class:Context
256 public final TypedArray obtainStyledAttributes( method in class:Context
[all...]
/frameworks/base/core/java/android/widget/
H A DTwoLineListItem.java60 TypedArray a = context.obtainStyledAttributes(attrs,
H A DViewAnimator.java52 TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.ViewAnimator);
80 final TypedArray a = context.obtainStyledAttributes(attrs,
H A DToggleButton.java47 context.obtainStyledAttributes(
H A DViewFlipper.java60 TypedArray a = context.obtainStyledAttributes(attrs,
H A DAbsSeekBar.java63 TypedArray a = context.obtainStyledAttributes(attrs,
73 a = context.obtainStyledAttributes(attrs,
/frameworks/base/core/java/com/android/internal/widget/
H A DDialogTitle.java57 TypedArray a = mContext.obtainStyledAttributes(
H A DWeightedLinearLayout.java44 context.obtainStyledAttributes(attrs, styleable.WeightedLinearLayout);
/frameworks/base/core/java/android/text/style/
H A DTextAppearanceSpan.java61 context.obtainStyledAttributes(appearance,
95 a = context.obtainStyledAttributes(com.android.internal.R.style.Theme,
/frameworks/base/core/java/android/view/
H A DViewStub.java98 TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.ViewStub,
106 a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.View, defStyle, 0);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DExpandedMenuView.java49 TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.MenuView, 0, 0);
/frameworks/base/services/java/com/android/server/
H A DAttributeCache.java131 pkg.context.obtainStyledAttributes(resId, styleable));
/frameworks/base/core/java/android/preference/
H A DListPreference.java47 TypedArray a = context.obtainStyledAttributes(attrs,
H A DPreferenceGroup.java57 TypedArray a = context.obtainStyledAttributes(attrs,
H A DRingtonePreference.java57 TypedArray a = context.obtainStyledAttributes(attrs,

Completed in 845 milliseconds

1234