Searched refs:TypedArray (Results 1 - 25 of 337) sorted by relevance

1234567891011>>

/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DTypedArray_Delegate.java26 public static boolean getValueAt(TypedArray theTypedArray, int index, TypedValue outValue) {
32 /*package*/ static TypedArray obtain(Resources res, int len) {
H A DResources_Theme_Delegate.java55 /*package*/ static TypedArray obtainStyledAttributes(
66 /*package*/ static TypedArray obtainStyledAttributes(
79 /*package*/ static TypedArray obtainStyledAttributes(
103 /*package*/ static TypedArray resolveAttributes(Resources thisResources, Theme thisTheme,
/frameworks/support/v4/java/android/support/v4/content/res/
H A DTypedArrayUtils.java18 import android.content.res.TypedArray;
24 * Compat methods for accessing TypedArray values.
29 public static boolean getBoolean(TypedArray a, @StyleableRes int index,
35 public static Drawable getDrawable(TypedArray a, @StyleableRes int index,
44 public static int getInt(TypedArray a, @StyleableRes int index,
50 public static @AnyRes int getResourceId(TypedArray a, @StyleableRes int index,
56 public static String getString(TypedArray a, @StyleableRes int index,
65 public static CharSequence[] getTextArray(TypedArray a, @StyleableRes int index,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAlphaOptimizedImageView.java20 import android.content.res.TypedArray;
49 TypedArray a = context.getTheme().obtainStyledAttributes(attrs,
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DVerticalGridView.java17 import android.content.res.TypedArray;
58 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.lbVerticalGridView);
64 void setColumnWidth(TypedArray array) {
/frameworks/base/core/java/com/android/internal/util/
H A DScreenShapeHelper.java4 import android.content.res.TypedArray;
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatTextHelper.java21 import android.content.res.TypedArray;
44 TypedArray a = context.obtainStyledAttributes(attrs, VIEW_ATTRS, defStyleAttr, 0);
50 TypedArray appearance = context.obtainStyledAttributes(ap, R.styleable.TextAppearance);
89 TypedArray appearance = context.obtainStyledAttributes(resId, TEXT_APPEARANCE_ATTRS);
/frameworks/base/core/java/android/preference/
H A DCheckBoxPreference.java20 import android.content.res.TypedArray;
45 final TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/base/core/java/android/view/animation/
H A DAccelerateInterpolator.java22 import android.content.res.TypedArray;
64 TypedArray a;
H A DAlphaAnimation.java20 import android.content.res.TypedArray;
42 TypedArray a =
H A DAnticipateInterpolator.java21 import android.content.res.TypedArray;
56 TypedArray a;
H A DCycleInterpolator.java21 import android.content.res.TypedArray;
47 TypedArray a;
H A DDecelerateInterpolator.java21 import android.content.res.TypedArray;
57 TypedArray a;
H A DOvershootInterpolator.java22 import android.content.res.TypedArray;
57 TypedArray a;
/frameworks/base/core/java/android/widget/
H A DTwoLineListItem.java21 import android.content.res.TypedArray;
64 final TypedArray a = context.obtainStyledAttributes(
/frameworks/base/core/java/com/android/internal/view/
H A DActionBarPolicy.java23 import android.content.res.TypedArray;
65 TypedArray a = mContext.obtainStyledAttributes(null, R.styleable.ActionBar,
/frameworks/base/core/java/com/android/internal/view/menu/
H A DExpandedMenuView.java23 import android.content.res.TypedArray;
47 TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.MenuView, 0, 0);
/frameworks/base/core/java/com/android/internal/widget/
H A DDialogTitle.java20 import android.content.res.TypedArray;
61 final TypedArray a = mContext.obtainStyledAttributes(null,
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestViewDrawText.java20 import android.content.res.TypedArray;
44 final TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/support/v4/jellybean-mr2/android/support/v4/app/
H A DActionBarDrawerToggleJellybeanMR2.java24 import android.content.res.TypedArray;
63 final TypedArray a = context.obtainStyledAttributes(null, THEME_ATTRS,
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DDialogTitle.java20 import android.content.res.TypedArray;
60 final TypedArray a = getContext().obtainStyledAttributes(null,
H A DTintTypedArray.java22 import android.content.res.TypedArray;
28 * A class that wraps a {@link android.content.res.TypedArray} and provides the same public API
37 private final TypedArray mWrapped;
43 TypedArray array = context.obtainStyledAttributes(set, attrs);
49 TypedArray array = context.obtainStyledAttributes(set, attrs, defStyleAttr, defStyleRes);
53 private TintTypedArray(Context context, TypedArray array) {
H A DThemeUtils.java21 import android.content.res.TypedArray;
67 TypedArray a = context.obtainStyledAttributes(null, TEMP_ARRAY);
77 TypedArray a = context.obtainStyledAttributes(null, TEMP_ARRAY);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DClipDrawable.java25 import android.content.res.TypedArray;
88 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.ClipDrawable);
95 private void verifyRequiredAttributes(TypedArray a) throws XmlPullParserException {
106 void updateStateFromTypedArray(TypedArray a) {
129 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ClipDrawable);
/frameworks/base/services/core/java/com/android/server/
H A DAttributeCache.java25 import android.content.res.TypedArray;
56 public final TypedArray array;
58 public Entry(Context c, TypedArray ta) {

Completed in 485 milliseconds

1234567891011>>