Home
last modified time | relevance | path

Searched refs:obtainAttributes (Results 1 – 25 of 74) sorted by relevance

123

/frameworks/support/v7/appcompat/src/android/support/v7/content/res/
DAppCompatColorStateListInflater.java113 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.ColorStateListItem); in inflate()
162 private static TypedArray obtainAttributes(Resources res, Resources.Theme theme, in obtainAttributes() method in AppCompatColorStateListInflater
164 return theme == null ? res.obtainAttributes(set, attrs) in obtainAttributes()
/frameworks/base/core/java/android/nfc/cardemulation/
DApduServiceInfo.java159 TypedArray sa = res.obtainAttributes(attrs, in ApduServiceInfo()
173 TypedArray sa = res.obtainAttributes(attrs, in ApduServiceInfo()
199 final TypedArray groupAttrs = res.obtainAttributes(attrs, in ApduServiceInfo()
232 final TypedArray a = res.obtainAttributes(attrs, in ApduServiceInfo()
244 final TypedArray a = res.obtainAttributes(attrs, in ApduServiceInfo()
DNfcFServiceInfo.java122 TypedArray sa = res.obtainAttributes(attrs, in NfcFServiceInfo()
140 final TypedArray a = res.obtainAttributes(attrs, in NfcFServiceInfo()
152 final TypedArray a = res.obtainAttributes(attrs, in NfcFServiceInfo()
/frameworks/base/core/java/com/android/internal/graphics/drawable/
DAnimationScaleListDrawable.java80 final TypedArray a = obtainAttributes(r, theme, attrs, in inflate()
112 final TypedArray a = obtainAttributes(r, theme, attrs, in inflateChildElements()
/frameworks/support/compat/java/android/support/v4/content/res/
DTypedArrayUtils.java181 public static TypedArray obtainAttributes( in obtainAttributes() method in TypedArrayUtils
184 return res.obtainAttributes(set, attrs); in obtainAttributes()
DFontResourcesParserCompat.java172 TypedArray array = resources.obtainAttributes(attrs, R.styleable.FontFamily); in readFamily()
246 TypedArray array = resources.obtainAttributes(attrs, R.styleable.FontFamilyFont); in readFont()
/frameworks/base/core/java/android/view/animation/
DAnticipateInterpolator.java60 a = res.obtainAttributes(attrs, R.styleable.AnticipateInterpolator); in AnticipateInterpolator()
DDecelerateInterpolator.java61 a = res.obtainAttributes(attrs, R.styleable.DecelerateInterpolator); in DecelerateInterpolator()
DCycleInterpolator.java51 a = resources.obtainAttributes(attrs, R.styleable.CycleInterpolator); in CycleInterpolator()
DOvershootInterpolator.java61 a = res.obtainAttributes(attrs, R.styleable.OvershootInterpolator); in OvershootInterpolator()
DAccelerateInterpolator.java68 a = res.obtainAttributes(attrs, R.styleable.AccelerateInterpolator); in AccelerateInterpolator()
DAnticipateOvershootInterpolator.java77 a = res.obtainAttributes(attrs, AnticipateOvershootInterpolator); in AnticipateOvershootInterpolator()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java190 TypedArray a = res.obtainAttributes(Xml.asAttributeSet(parser), in Row()
205 a = res.obtainAttributes(Xml.asAttributeSet(parser), in Row()
337 TypedArray a = res.obtainAttributes(Xml.asAttributeSet(parser), in Key()
350 a = res.obtainAttributes(Xml.asAttributeSet(parser), in Key()
876 TypedArray a = res.obtainAttributes(Xml.asAttributeSet(parser), in parseKeyboardAttributes()
/frameworks/base/graphics/java/android/graphics/drawable/
DAnimationDrawable.java291 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.AnimationDrawable); in inflate()
318 final TypedArray a = obtainAttributes(r, theme, attrs, in inflateChildElements()
DPaintDrawable.java76 TypedArray a = r.obtainAttributes(attrs, in inflateTag()
DStateListDrawable.java116 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.StateListDrawable); in inflate()
175 final TypedArray a = obtainAttributes(r, theme, attrs, in inflateChildElements()
DAnimatedStateListDrawable.java378 final TypedArray a = obtainAttributes( in inflate()
465 final TypedArray a = obtainAttributes(r, theme, attrs, in parseTransition()
501 final TypedArray a = obtainAttributes(r, theme, attrs, in parseItem()
/frameworks/base/core/java/android/content/res/
DFontResourcesParser.java146 TypedArray array = resources.obtainAttributes(attrs, R.styleable.FontFamily); in readFamily()
201 TypedArray array = resources.obtainAttributes(attrs, R.styleable.FontFamilyFont); in readFont()
/frameworks/base/core/java/android/view/textservice/
DSpellCheckerInfo.java97 TypedArray sa = res.obtainAttributes(attrs, in SpellCheckerInfo()
114 final TypedArray a = res.obtainAttributes( in SpellCheckerInfo()
/frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
DAnimatorInflaterCompat.java532 TypedArray a = TypedArrayUtils.obtainAttributes(res, theme, attrs, in createAnimatorFromXml()
590 TypedArray a = TypedArrayUtils.obtainAttributes(res, theme, attrs, in loadValues()
636 TypedArray a = TypedArrayUtils.obtainAttributes(res, theme, attrs, in inferValueTypeOfKeyframe()
818 TypedArray a = TypedArrayUtils.obtainAttributes(res, theme, attrs, in loadKeyframe()
890 TypedArray arrayAnimator = TypedArrayUtils.obtainAttributes(res, theme, attrs, in loadAnimator()
892 TypedArray arrayObjectAnimator = TypedArrayUtils.obtainAttributes(res, theme, attrs, in loadAnimator()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DResourcesWrapper.java225 public TypedArray obtainAttributes(AttributeSet set, int[] attrs) { in obtainAttributes() method in ResourcesWrapper
226 return mResources.obtainAttributes(set, attrs); in obtainAttributes()
/frameworks/base/core/java/android/animation/
DAnimatorInflater.java676 a = res.obtainAttributes(attrs, R.styleable.AnimatorSet); in createAnimatorFromXml()
736 a = res.obtainAttributes(attrs, R.styleable.PropertyValuesHolder); in loadValues()
780 a = res.obtainAttributes(attrs, R.styleable.Keyframe); in inferValueTypeOfKeyframe()
961 a = res.obtainAttributes(attrs, R.styleable.Keyframe); in loadKeyframe()
1034 arrayAnimator = res.obtainAttributes(attrs, R.styleable.Animator); in loadAnimator()
1043 arrayObjectAnimator = res.obtainAttributes(attrs, R.styleable.PropertyAnimator); in loadAnimator()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountAuthenticatorCache.java58 TypedArray sa = res.obtainAttributes(attrs, in parseServiceAttributes()
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutParser.java273 final TypedArray sa = service.mContext.getResources().obtainAttributes(attrs, in parseCategories()
290 final TypedArray sa = service.mContext.getResources().obtainAttributes(attrs, in parseShortcutAttributes()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java2004 TypedArray sa = res.obtainAttributes(parser, in parseBaseApk()
2054 TypedArray sa = res.obtainAttributes(parser, in parseBaseApkCommon()
2144 sa = res.obtainAttributes(parser, in parseBaseApkCommon()
2212 sa = res.obtainAttributes(parser, in parseBaseApkCommon()
2283 sa = res.obtainAttributes(parser, in parseBaseApkCommon()
2339 sa = res.obtainAttributes(parser, in parseBaseApkCommon()
2378 sa = res.obtainAttributes(parser, in parseBaseApkCommon()
2404 sa = res.obtainAttributes(parser, in parseBaseApkCommon()
2422 sa = res.obtainAttributes(parser, in parseBaseApkCommon()
2469 sa = res.obtainAttributes(parser, in parseBaseApkCommon()
[all …]

123