Searched refs:TypedArray (Results 151 - 175 of 337) sorted by relevance

1234567891011>>

/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleDrawable.java29 import android.content.res.TypedArray;
408 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.RippleDrawable);
458 private void updateStateFromTypedArray(TypedArray a) throws XmlPullParserException {
478 private void verifyRequiredAttributes(TypedArray a) throws XmlPullParserException {
508 final TypedArray a = t.resolveAttributes(state.mTouchThemeAttrs,
H A DVectorDrawable.java22 import android.content.res.TypedArray;
476 final TypedArray a = t.resolveAttributes(
566 final TypedArray a = obtainAttributes(res, theme, attrs, R.styleable.VectorDrawable);
577 private void updateStateFromTypedArray(TypedArray a) throws XmlPullParserException {
1261 final TypedArray a = obtainAttributes(res, theme, attrs,
1267 private void updateStateFromTypedArray(TypedArray a) {
1299 final TypedArray a = t.resolveAttributes(mThemeAttrs, R.styleable.VectorDrawableGroup);
1477 final TypedArray a = obtainAttributes(r, theme, attrs,
1483 private void updateStateFromTypedArray(TypedArray a) {
1582 final TypedArray
[all...]
H A DDrawable.java25 import android.content.res.TypedArray;
1263 final TypedArray a;
1281 void inflateWithAttributes(Resources r, XmlPullParser parser, TypedArray attrs, int visibleAttr)
1400 static TypedArray obtainAttributes(
H A DNinePatchDrawable.java24 import android.content.res.TypedArray;
409 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.NinePatchDrawable);
419 private void updateStateFromTypedArray(TypedArray a) throws XmlPullParserException {
495 final TypedArray a = t.resolveAttributes(
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java20 import android.content.res.TypedArray;
444 static TypedArray obtainAttributes(
465 final TypedArray a = obtainAttributes(res, theme, attrs, R.styleable.VectorDrawable);
475 private void updateStateFromTypedArray(TypedArray a) throws XmlPullParserException {
1021 final TypedArray a = obtainAttributes(res, theme, attrs,
1027 private void updateStateFromTypedArray(TypedArray a) {
1224 final TypedArray a = obtainAttributes(r, theme, attrs,
1230 private void updateStateFromTypedArray(TypedArray a) {
1329 final TypedArray a = obtainAttributes(r, theme, attrs,
1335 private void updateStateFromTypedArray(TypedArray
[all...]
/frameworks/base/core/java/android/view/
H A DMenuInflater.java28 import android.content.res.TypedArray;
365 TypedArray a = mContext.obtainStyledAttributes(attrs,
382 TypedArray a = mContext.obtainStyledAttributes(attrs,
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodInfo.java31 import android.content.res.TypedArray;
166 TypedArray sa = res.obtainAttributes(attrs,
187 final TypedArray a = res.obtainAttributes(
/frameworks/base/core/java/android/widget/
H A DDayPickerView.java26 import android.content.res.TypedArray;
82 final TypedArray a = context.obtainStyledAttributes(attrs,
136 final TypedArray ta = mContext.obtainStyledAttributes(null,
H A DFrameLayout.java25 import android.content.res.TypedArray;
99 final TypedArray a = context.obtainStyledAttributes(
448 TypedArray a = c.obtainStyledAttributes(attrs, com.android.internal.R.styleable.FrameLayout_Layout);
H A DTableLayout.java22 import android.content.res.TypedArray;
104 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TableLayout);
734 protected void setBaseAttributes(TypedArray a,
H A DDatePickerCalendarDelegate.java24 import android.content.res.TypedArray;
110 final TypedArray a = mContext.obtainStyledAttributes(attrs,
137 final TypedArray textAppearance = mContext.obtainStyledAttributes(null,
214 final TypedArray ta = mContext.obtainStyledAttributes(ATTRS_DISABLED_ALPHA);
H A DAbsSpinner.java22 import android.content.res.TypedArray;
73 final TypedArray a = context.obtainStyledAttributes(
H A DCalendarView.java25 import android.content.res.TypedArray;
98 final TypedArray a = context.obtainStyledAttributes(
H A DCheckedTextView.java27 import android.content.res.TypedArray;
85 final TypedArray a = context.obtainStyledAttributes(
/frameworks/support/percent/src/android/support/percent/
H A DPercentLayoutHelper.java20 import android.content.res.TypedArray;
46 * {@link ViewGroup.LayoutParams#setBaseAttributes(TypedArray, int, int)}
86 public static void fetchWidthAndHeight(ViewGroup.LayoutParams params, TypedArray array,
137 TypedArray array = context.obtainStyledAttributes(attrs, R.styleable.PercentLayout_Layout);
/frameworks/support/v4/java/android/support/v4/view/
H A DPagerTitleStrip.java20 import android.content.res.TypedArray;
124 final TypedArray a = context.obtainStyledAttributes(attrs, ATTRS);
153 final TypedArray ta = context.obtainStyledAttributes(textAppearance, TEXT_ATTRS);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/
H A DSupportMenuInflater.java25 import android.content.res.TypedArray;
348 TypedArray a = mContext.obtainStyledAttributes(attrs, R.styleable.MenuGroup);
366 TypedArray a = mContext.obtainStyledAttributes(attrs, R.styleable.MenuItem);
/frameworks/base/core/java/com/android/internal/os/
H A DZygoteInit.java24 import android.content.res.TypedArray;
336 TypedArray ar = mResources.obtainTypedArray(
357 private static int preloadColorStateLists(VMRuntime runtime, TypedArray ar) {
377 private static int preloadDrawables(VMRuntime runtime, TypedArray ar) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBatteryMeterView.java25 import android.content.res.TypedArray;
105 TypedArray atts = context.obtainStyledAttributes(attrs, R.styleable.BatteryMeterView,
109 TypedArray levels = res.obtainTypedArray(R.array.batterymeter_color_levels);
110 TypedArray colors = res.obtainTypedArray(R.array.batterymeter_color_values);
/frameworks/base/core/java/android/app/
H A DActionBar.java27 import android.content.res.TypedArray;
1341 TypedArray a = c.obtainStyledAttributes(attrs,
H A DFragmentBreadCrumbs.java22 import android.content.res.TypedArray;
103 final TypedArray a = context.obtainStyledAttributes(attrs,
H A DMediaRouteButton.java24 import android.content.res.TypedArray;
86 final TypedArray a = context.obtainStyledAttributes(attrs,
H A DProgressDialog.java22 import android.content.res.TypedArray;
123 TypedArray a = mContext.obtainStyledAttributes(null,
/frameworks/base/core/java/android/preference/
H A DDialogPreference.java28 import android.content.res.TypedArray;
75 final TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/base/core/java/android/text/style/
H A DSuggestionSpan.java21 import android.content.res.TypedArray;
170 TypedArray typedArray = context.obtainStyledAttributes(

Completed in 589 milliseconds

1234567891011>>