/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
D | TintTypedArray.java | 22 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()
|
D | CompatTextView.java | 20 import android.content.res.TypedArray; 49 TypedArray style = context in CompatTextView()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | VerticalGridView.java | 17 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/ |
D | TypedArray_Delegate.java | 26 public static boolean getValueAt(TypedArray theTypedArray, int index, TypedValue outValue) { in getValueAt() 32 /*package*/ static TypedArray obtain(Resources res, int len) { in obtain()
|
D | Resources_Theme_Delegate.java | 54 /*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/ |
D | removed.txt | 48 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);
|
D | system-removed.txt | 48 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/ |
D | AttributeCache.java | 25 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/ |
D | AlphaAnimation.java | 20 import android.content.res.TypedArray; 42 TypedArray a = in AlphaAnimation()
|
D | CycleInterpolator.java | 21 import android.content.res.TypedArray; 47 TypedArray a; in CycleInterpolator()
|
D | DecelerateInterpolator.java | 21 import android.content.res.TypedArray; 57 TypedArray a; in DecelerateInterpolator()
|
D | OvershootInterpolator.java | 22 import android.content.res.TypedArray; 57 TypedArray a; in OvershootInterpolator()
|
D | AnticipateInterpolator.java | 21 import android.content.res.TypedArray; 56 TypedArray a; in AnticipateInterpolator()
|
D | AccelerateInterpolator.java | 22 import android.content.res.TypedArray; 64 TypedArray a; in AccelerateInterpolator()
|
/frameworks/base/core/java/android/content/res/ |
D | Resources.java | 104 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/ |
D | ExpandedMenuView.java | 23 import android.content.res.TypedArray; 47 …TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.MenuView, 0,… in ExpandedMenuView()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | ScaleDrawable.java | 26 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()
|
D | AnimationDrawable.java | 28 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()
|
D | ColorDrawable.java | 25 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/ |
D | ActionBarDrawerToggleJellybeanMR2.java | 24 import android.content.res.TypedArray; 63 final TypedArray a = context.obtainStyledAttributes(null, THEME_ATTRS, in getThemeUpIndicator()
|
/frameworks/base/core/java/android/preference/ |
D | PreferenceFrameLayout.java | 20 import android.content.res.TypedArray; 54 final TypedArray a = context.obtainStyledAttributes(attrs, in PreferenceFrameLayout() 138 TypedArray a = c.obtainStyledAttributes(attrs, in LayoutParams()
|
D | RingtonePreference.java | 21 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/ |
D | DialogTitle.java | 20 import android.content.res.TypedArray; 61 final TypedArray a = mContext.obtainStyledAttributes(null, in onMeasure()
|
/frameworks/base/test-runner/src/android/test/mock/ |
D | MockResources.java | 22 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/ |
D | BiDiTestViewDrawText.java | 20 import android.content.res.TypedArray; 44 final TypedArray a = context.obtainStyledAttributes(attrs, in BiDiTestViewDrawText()
|