Home
last modified time | relevance | path

Searched refs:TypedArray (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DTintTypedArray.java22 import android.content.res.TypedArray;
37 private final TypedArray mWrapped;
43 TypedArray array = context.obtainStyledAttributes(set, attrs); in obtainStyledAttributes()
49 TypedArray array = context.obtainStyledAttributes(set, attrs, defStyleAttr, defStyleRes); in obtainStyledAttributes()
53 private TintTypedArray(Context context, TypedArray array) { in TintTypedArray()
DCompatTextView.java20 import android.content.res.TypedArray;
49 TypedArray style = context in CompatTextView()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DVerticalGridView.java17 import android.content.res.TypedArray;
45 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.lbVerticalGridView); in initAttributes()
51 void setColumnWidth(TypedArray array) { in setColumnWidth()
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DTypedArray_Delegate.java26 public static boolean getValueAt(TypedArray theTypedArray, int index, TypedValue outValue) { in getValueAt()
32 /*package*/ static TypedArray obtain(Resources res, int len) { in obtain()
DResources_Theme_Delegate.java54 /*package*/ static TypedArray obtainStyledAttributes( in obtainStyledAttributes()
65 /*package*/ static TypedArray obtainStyledAttributes( in obtainStyledAttributes()
78 /*package*/ static TypedArray obtainStyledAttributes( in obtainStyledAttributes()
102 /*package*/ static TypedArray resolveAttributes(Resources thisResources, Theme thisTheme, in resolveAttributes()
/frameworks/base/api/
Dremoved.txt48 method protected void initializeFadingEdge(android.content.res.TypedArray);
49 method protected void initializeScrollbars(android.content.res.TypedArray);
61 …method public static int getTextColor(android.content.Context, android.content.res.TypedArray, int…
62 ….content.res.ColorStateList getTextColors(android.content.Context, android.content.res.TypedArray);
Dsystem-removed.txt48 method protected void initializeFadingEdge(android.content.res.TypedArray);
49 method protected void initializeScrollbars(android.content.res.TypedArray);
61 …method public static int getTextColor(android.content.Context, android.content.res.TypedArray, int…
62 ….content.res.ColorStateList getTextColors(android.content.Context, android.content.res.TypedArray);
/frameworks/base/services/core/java/com/android/server/
DAttributeCache.java25 import android.content.res.TypedArray;
56 public final TypedArray array;
58 public Entry(Context c, TypedArray ta) { in Entry()
/frameworks/base/core/java/android/view/animation/
DAlphaAnimation.java20 import android.content.res.TypedArray;
42 TypedArray a = in AlphaAnimation()
DCycleInterpolator.java21 import android.content.res.TypedArray;
47 TypedArray a; in CycleInterpolator()
DDecelerateInterpolator.java21 import android.content.res.TypedArray;
57 TypedArray a; in DecelerateInterpolator()
DOvershootInterpolator.java22 import android.content.res.TypedArray;
57 TypedArray a; in OvershootInterpolator()
DAnticipateInterpolator.java21 import android.content.res.TypedArray;
56 TypedArray a; in AnticipateInterpolator()
DAccelerateInterpolator.java22 import android.content.res.TypedArray;
64 TypedArray a; in AccelerateInterpolator()
/frameworks/base/core/java/android/content/res/
DResources.java104 final SynchronizedPool<TypedArray> mTypedArrayPool = new SynchronizedPool<TypedArray>(5);
129 private TypedArray mCachedStyledAttributes = null;
564 public TypedArray obtainTypedArray(int id) throws NotFoundException { in obtainTypedArray()
571 TypedArray array = TypedArray.obtain(this, len); in obtainTypedArray()
1397 public TypedArray obtainStyledAttributes(int[] attrs) { in obtainStyledAttributes()
1399 final TypedArray array = TypedArray.obtain(Resources.this, len); in obtainStyledAttributes()
1425 public TypedArray obtainStyledAttributes(int resid, int[] attrs) throws NotFoundException { in obtainStyledAttributes()
1427 final TypedArray array = TypedArray.obtain(Resources.this, len); in obtainStyledAttributes()
1507 public TypedArray obtainStyledAttributes(AttributeSet set, in obtainStyledAttributes()
1510 final TypedArray array = TypedArray.obtain(Resources.this, len); in obtainStyledAttributes()
[all …]
/frameworks/base/core/java/com/android/internal/view/menu/
DExpandedMenuView.java23 import android.content.res.TypedArray;
47TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.MenuView, 0,… in ExpandedMenuView()
/frameworks/base/graphics/java/android/graphics/drawable/
DScaleDrawable.java26 import android.content.res.TypedArray;
81 private static float getPercent(TypedArray a, int name, float defaultValue) { in getPercent()
97 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.ScaleDrawable); in inflate()
119 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ScaleDrawable); in applyTheme()
154 private void verifyRequiredAttributes(TypedArray a) throws XmlPullParserException { in verifyRequiredAttributes()
164 private void updateStateFromTypedArray(TypedArray a) { in updateStateFromTypedArray()
DAnimationDrawable.java28 import android.content.res.TypedArray;
277 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.AnimationDrawable); in inflate()
303 final TypedArray a = obtainAttributes(r, theme, attrs, in inflateChildElements()
335 private void updateStateFromTypedArray(TypedArray a) { in updateStateFromTypedArray()
DColorDrawable.java25 import android.content.res.TypedArray;
233 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.ColorDrawable); in inflate()
241 private void updateStateFromTypedArray(TypedArray a) { in updateStateFromTypedArray()
268 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ColorDrawable); in applyTheme()
/frameworks/support/v4/jellybean-mr2/android/support/v4/app/
DActionBarDrawerToggleJellybeanMR2.java24 import android.content.res.TypedArray;
63 final TypedArray a = context.obtainStyledAttributes(null, THEME_ATTRS, in getThemeUpIndicator()
/frameworks/base/core/java/android/preference/
DPreferenceFrameLayout.java20 import android.content.res.TypedArray;
54 final TypedArray a = context.obtainStyledAttributes(attrs, in PreferenceFrameLayout()
138 TypedArray a = c.obtainStyledAttributes(attrs, in LayoutParams()
DRingtonePreference.java21 import android.content.res.TypedArray;
56 final TypedArray a = context.obtainStyledAttributes(attrs, in RingtonePreference()
201 protected Object onGetDefaultValue(TypedArray a, int index) { in onGetDefaultValue()
/frameworks/base/core/java/com/android/internal/widget/
DDialogTitle.java20 import android.content.res.TypedArray;
61 final TypedArray a = mContext.obtainStyledAttributes(null, in onMeasure()
/frameworks/base/test-runner/src/android/test/mock/
DMockResources.java22 import android.content.res.TypedArray;
102 public TypedArray obtainTypedArray(int id) throws NotFoundException { in obtainTypedArray()
184 public TypedArray obtainAttributes(AttributeSet set, int[] attrs) { in obtainAttributes()
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
DBiDiTestViewDrawText.java20 import android.content.res.TypedArray;
44 final TypedArray a = context.obtainStyledAttributes(attrs, in BiDiTestViewDrawText()

12345678910>>...13