Searched refs:TypedArray (Results 101 - 125 of 337) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/preference/
H A DSeekBarPreference.java20 import android.content.res.TypedArray;
43 TypedArray a = context.obtainStyledAttributes(
93 protected Object onGetDefaultValue(TypedArray a, int index) {
H A DPreferenceFragment.java25 import android.content.res.TypedArray;
168 TypedArray a = getActivity().obtainStyledAttributes(null,
H A DVolumePreference.java21 import android.content.res.TypedArray;
45 final TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/base/core/java/android/view/
H A DPointerIcon.java24 import android.content.res.TypedArray;
129 TypedArray a = context.obtainStyledAttributes(null,
385 final TypedArray a = resources.obtainAttributes(
/frameworks/base/core/java/android/view/animation/
H A DPathInterpolator.java21 import android.content.res.TypedArray;
94 TypedArray a;
105 private void parseInterpolatorFromTypeArray(TypedArray a) {
/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerInfo.java28 import android.content.res.TypedArray;
95 TypedArray sa = res.obtainAttributes(attrs,
112 final TypedArray a = res.obtainAttributes(
/frameworks/base/core/java/android/widget/
H A DRadioGroup.java23 import android.content.res.TypedArray;
80 TypedArray attributes = context.obtainStyledAttributes(
305 protected void setBaseAttributes(TypedArray a,
H A DViewAnimator.java22 import android.content.res.TypedArray;
55 TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.ViewAnimator);
87 final TypedArray a = context.obtainStyledAttributes(attrs,
H A DTableRow.java21 import android.content.res.TypedArray;
420 TypedArray a =
498 protected void setBaseAttributes(TypedArray a, int widthAttr, int heightAttr) {
/frameworks/support/v14/preference/src/android/support/v14/preference/
H A DMultiSelectListPreference.java21 import android.content.res.TypedArray;
55 final TypedArray a = context.obtainStyledAttributes(attrs,
248 protected Object onGetDefaultValue(TypedArray a, int index) {
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DResourcesWrapper.java26 import android.content.res.TypedArray;
105 public TypedArray obtainTypedArray(int id) throws NotFoundException {
223 public TypedArray obtainAttributes(AttributeSet set, int[] attrs) {
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DListPreference.java20 import android.content.res.TypedArray;
49 TypedArray a = context.obtainStyledAttributes(
252 protected Object onGetDefaultValue(TypedArray a, int index) {
/frameworks/base/core/java/android/content/res/
H A DResources.java126 final SynchronizedPool<TypedArray> mTypedArrayPool = new SynchronizedPool<>(5);
578 * @return Returns a TypedArray holding an array of the array values.
579 * Be sure to call {@link TypedArray#recycle() TypedArray.recycle()}
582 public TypedArray obtainTypedArray(@ArrayRes int id)
590 TypedArray array = TypedArray.obtain(this, len);
750 * {@link TypedArray#getDrawable TypedArray.getDrawable}. Use
753 * an array containing the resource ID of interest to create the TypedArray
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DShapeDrawable.java21 import android.content.res.TypedArray;
360 TypedArray a = r.obtainAttributes(attrs,
383 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.ShapeDrawable);
417 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ShapeDrawable);
431 private void updateStateFromTypedArray(TypedArray a) {
H A DGradientDrawable.java22 import android.content.res.TypedArray;
1018 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.GradientDrawable);
1038 final TypedArray a = t.resolveAttributes(
1064 private void updateStateFromTypedArray(TypedArray a) {
1127 final TypedArray a = t.resolveAttributes(
1134 final TypedArray a = t.resolveAttributes(
1146 final TypedArray a = t.resolveAttributes(
1153 final TypedArray a = t.resolveAttributes(
1160 final TypedArray a = t.resolveAttributes(
1167 final TypedArray
[all...]
H A DAnimatedStateListDrawable.java25 import android.content.res.TypedArray;
378 final TypedArray a = obtainAttributes(
398 final TypedArray a = theme.resolveAttributes(
406 private void updateStateFromTypedArray(TypedArray a) {
464 final TypedArray a = obtainAttributes(r, theme, attrs,
500 final TypedArray a = obtainAttributes(r, theme, attrs,
/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java25 import android.content.res.TypedArray;
300 private static PropertyValuesHolder getPVH(TypedArray styledAttributes, int valueType,
439 TypedArray arrayAnimator, TypedArray arrayObjectAnimator, float pixelSize) {
479 * @param arrayAnimator TypedArray for the ValueAnimator.
483 TypedArray arrayAnimator) {
517 * @param arrayObjectAnimator TypedArray for the ObjectAnimator.
522 private static void setupObjectAnimator(ValueAnimator anim, TypedArray arrayObjectAnimator,
585 * @param arrayAnimator TypedArray for the ValueAnimator.
592 private static void setupValues(ValueAnimator anim, TypedArray arrayAnimato
[all...]
/frameworks/base/core/java/android/nfc/cardemulation/
H A DApduServiceInfo.java27 import android.content.res.TypedArray;
159 TypedArray sa = res.obtainAttributes(attrs,
173 TypedArray sa = res.obtainAttributes(attrs,
199 final TypedArray groupAttrs = res.obtainAttributes(attrs,
232 final TypedArray a = res.obtainAttributes(attrs,
244 final TypedArray a = res.obtainAttributes(attrs,
/frameworks/base/core/java/android/content/
H A DRestrictionsManager.java24 import android.content.res.TypedArray;
589 TypedArray a = appContext.obtainStyledAttributes(attrSet,
597 private RestrictionEntry loadRestriction(Context appContext, TypedArray a, XmlResourceParser xml)
/frameworks/base/core/java/android/transition/
H A DTransitionInflater.java27 import android.content.res.TypedArray;
254 TypedArray a = mContext.obtainStyledAttributes(attrs, R.styleable.TransitionTarget);
322 TypedArray a = mContext.obtainStyledAttributes(attrs, R.styleable.TransitionManager);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DHorizontalGridView.java17 import android.content.res.TypedArray;
82 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.lbHorizontalGridView);
91 void setRowHeight(TypedArray array) {
/frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
H A DAnimatedVectorDrawableCompat.java24 import android.content.res.TypedArray;
289 static TypedArray obtainAttributes(
308 final TypedArray a =
329 final TypedArray a =
/frameworks/base/core/java/android/app/
H A DWallpaperInfo.java31 import android.content.res.TypedArray;
116 TypedArray sa = res.obtainAttributes(attrs,
/frameworks/base/core/java/android/printservice/
H A DPrintServiceInfo.java25 import android.content.res.TypedArray;
128 TypedArray attributes = resources.obtainAttributes(allAttributes,
/frameworks/base/core/java/android/text/style/
H A DTextAppearanceSpan.java21 import android.content.res.TypedArray;
59 TypedArray a =

Completed in 481 milliseconds

1234567891011>>