Searched refs:TypedArray (Results 201 - 225 of 337) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/view/
H A DLayoutInflater.java28 import android.content.res.TypedArray;
730 final TypedArray ta = context.obtainStyledAttributes(attrs, ATTRS_THEME);
866 final TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.ViewTag);
884 final TypedArray ta = context.obtainStyledAttributes(attrs, ATTRS_THEME);
945 final TypedArray a = context.obtainStyledAttributes(
H A DWindow.java30 import android.content.res.TypedArray;
182 private TypedArray mWindowStyle;
497 public final TypedArray getWindowStyle() {
H A DThreadedRenderer.java22 import android.content.res.TypedArray;
112 final TypedArray a = context.obtainStyledAttributes(null, R.styleable.Lighting, 0, 0);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DBitmapDrawable.java23 import android.content.res.TypedArray;
723 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.BitmapDrawable);
737 private void verifyRequiredAttributes(TypedArray a) throws XmlPullParserException {
750 private void updateStateFromTypedArray(TypedArray a) throws XmlPullParserException {
829 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.BitmapDrawable);
H A DAnimatedVectorDrawable.java27 import android.content.res.TypedArray;
312 final TypedArray a = obtainAttributes(res, theme, attrs,
329 final TypedArray a = obtainAttributes(res, theme, attrs,
/frameworks/base/core/java/android/app/
H A DSearchableInfo.java29 import android.content.res.TypedArray;
313 TypedArray a = activityContext.obtainStyledAttributes(attr,
403 TypedArray a = activityContext.obtainStyledAttributes(attr,
/frameworks/base/core/java/android/widget/
H A DAbsSeekBar.java22 import android.content.res.TypedArray;
89 final TypedArray a = context.obtainStyledAttributes(
116 final TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.Theme, 0, 0);
H A DTabHost.java24 import android.content.res.TypedArray;
87 final TypedArray a = context.obtainStyledAttributes(
/frameworks/support/design/src/android/support/design/widget/
H A DCollapsingTextHelper.java19 import android.content.res.TypedArray;
189 TypedArray a = mView.getContext().obtainStyledAttributes(resId, R.styleable.TextAppearance);
204 TypedArray a = mView.getContext().obtainStyledAttributes(resId, R.styleable.TextAppearance);
H A DCollapsingToolbarLayout.java20 import android.content.res.TypedArray;
132 TypedArray a = context.obtainStyledAttributes(attrs,
777 TypedArray a = c.obtainStyledAttributes(attrs,
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DBaseCardView.java20 import android.content.res.TypedArray;
153 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.lbBaseCardView, defStyle, 0);
812 TypedArray a = c.obtainStyledAttributes(attrs, R.styleable.lbBaseCardView_Layout);
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreference.java22 import android.content.res.TypedArray;
228 final TypedArray a = context.obtainStyledAttributes(
338 * proxy to {@link TypedArray#getString(int)}.
344 protected Object onGetDefaultValue(TypedArray a, int index) {
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java35 import android.content.res.TypedArray;
213 TypedArray sa;
1386 TypedArray sa = res.obtainAttributes(attrs,
1891 TypedArray sa = res.obtainAttributes(attrs,
1912 TypedArray sa = res.obtainAttributes(attrs,
2062 final TypedArray sa = res.obtainAttributes(attrs,
2077 final TypedArray sa = res.obtainAttributes(attrs,
2118 final TypedArray sa = res.obtainAttributes(attrs,
2181 TypedArray sa = res.obtainAttributes(attrs,
2225 TypedArray s
[all...]
/frameworks/base/core/java/android/app/admin/
H A DDeviceAdminInfo.java31 import android.content.res.TypedArray;
291 TypedArray sa = res.obtainAttributes(attrs,
/frameworks/base/core/java/android/content/res/
H A DColorStateList.java271 final TypedArray a = Resources.obtainAttributes(r, theme, attrs,
368 final TypedArray a = t.resolveAttributes(themeAttrsList[i],
/frameworks/base/core/java/android/speech/tts/
H A DTtsEngines.java28 import android.content.res.TypedArray;
250 final TypedArray array = res.obtainAttributes(attrs,
/frameworks/base/core/java/android/transition/
H A DTransitionSet.java23 import android.content.res.TypedArray;
86 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TransitionSet);
H A DVisibility.java25 import android.content.res.TypedArray;
86 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.VisibilityTransition);
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java22 import android.content.res.TypedArray;
234 TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.Animation);
H A DAnimationSet.java20 import android.content.res.TypedArray;
83 TypedArray a =
/frameworks/base/core/java/com/android/internal/transition/
H A DEpicenterTranslateClipReveal.java25 import android.content.res.TypedArray;
63 final TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuView.java23 import android.content.res.TypedArray;
131 TypedArray a =
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContainer.java21 import android.content.res.TypedArray;
62 TypedArray a = context.obtainStyledAttributes(attrs,
H A DActionBarContextView.java25 import android.content.res.TypedArray;
73 final TypedArray a = context.obtainStyledAttributes(
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSTileView.java22 import android.content.res.TypedArray;
230 final TypedArray ta = mContext.obtainStyledAttributes(attrs);

Completed in 9699 milliseconds

1234567891011>>