Home
last modified time | relevance | path

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

123

/frameworks/base/core/java/android/nfc/cardemulation/
DNfcFServiceInfo.java130 TypedArray sa = res.obtainAttributes(attrs, in NfcFServiceInfo()
149 final TypedArray a = res.obtainAttributes(attrs, in NfcFServiceInfo()
161 final TypedArray a = res.obtainAttributes(attrs, in NfcFServiceInfo()
174 final TypedArray a = res.obtainAttributes(attrs, in NfcFServiceInfo()
DApduServiceInfo.java177 TypedArray sa = res.obtainAttributes(attrs, in ApduServiceInfo()
193 TypedArray sa = res.obtainAttributes(attrs, in ApduServiceInfo()
229 final TypedArray groupAttrs = res.obtainAttributes(attrs, in ApduServiceInfo()
262 final TypedArray a = res.obtainAttributes(attrs, in ApduServiceInfo()
274 final TypedArray a = res.obtainAttributes(attrs, in ApduServiceInfo()
288 final TypedArray a = res.obtainAttributes(attrs, in ApduServiceInfo()
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutParser.java355 final TypedArray sa = service.mContext.getResources().obtainAttributes(attrs, in parseCategories()
372 final TypedArray sa = service.mContext.getResources().obtainAttributes(attrs, in parseShortcutAttributes()
458 final TypedArray sa = service.mContext.getResources().obtainAttributes(attrs, in parseCategory()
473 final TypedArray sa = service.mContext.getResources().obtainAttributes(attrs, in parseShareTargetAttributes()
489 final TypedArray sa = service.mContext.getResources().obtainAttributes(attrs, in parseShareTargetData()
/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/base/core/java/android/view/animation/
DAnticipateInterpolator.java60 a = res.obtainAttributes(attrs, R.styleable.AnticipateInterpolator); in AnticipateInterpolator()
DCycleInterpolator.java51 a = resources.obtainAttributes(attrs, R.styleable.CycleInterpolator); in CycleInterpolator()
DDecelerateInterpolator.java61 a = res.obtainAttributes(attrs, R.styleable.DecelerateInterpolator); in DecelerateInterpolator()
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/view/textservice/
DSpellCheckerInfo.java97 TypedArray sa = res.obtainAttributes(attrs, in SpellCheckerInfo()
114 final TypedArray a = res.obtainAttributes( in SpellCheckerInfo()
/frameworks/base/graphics/java/android/graphics/drawable/
DAnimationDrawable.java293 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.AnimationDrawable); in inflate()
320 final TypedArray a = obtainAttributes(r, theme, attrs, in inflateChildElements()
DPaintDrawable.java76 TypedArray a = r.obtainAttributes(attrs, in inflateTag()
DStateListDrawable.java120 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.StateListDrawable); in inflate()
180 final TypedArray a = obtainAttributes(r, theme, attrs, in inflateChildElements()
DAnimatedStateListDrawable.java381 final TypedArray a = obtainAttributes( in inflate()
468 final TypedArray a = obtainAttributes(r, theme, attrs, in parseTransition()
504 final TypedArray a = obtainAttributes(r, theme, attrs, in parseItem()
/frameworks/base/core/java/android/service/autofill/
DAutofillServiceInfo.java134 afsAttributes = resources.obtainAttributes(allAttributes, in AutofillServiceInfo()
172 cpAttributes = resources.obtainAttributes(allAttributes, in parseCompatibilityPackages()
/frameworks/base/core/java/android/content/res/
DFontResourcesParser.java164 TypedArray array = resources.obtainAttributes(attrs, R.styleable.FontFamily); in readFamily()
219 TypedArray array = resources.obtainAttributes(attrs, R.styleable.FontFamilyFont); in readFont()
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/registry/
DBenchmarkRegistry.java124 … TypedArray groupAttribs = res.obtainAttributes(attributeSet, R.styleable.BenchmarkGroup); in parseBenchmarkGroup()
133 res.obtainAttributes(Xml.asAttributeSet(parser), R.styleable.Benchmark); in parseBenchmarkGroup()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountAuthenticatorCache.java59 TypedArray sa = res.obtainAttributes(attrs, in parseServiceAttributes()
/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/test-mock/src/android/test/mock/
DMockResources.java189 public TypedArray obtainAttributes(AttributeSet set, int[] attrs) { in obtainAttributes() method in MockResources
/frameworks/base/core/java/android/content/pm/
DPackageParser.java1945 TypedArray sa = res.obtainAttributes(parser, in parseBaseApk()
2005 TypedArray sa = res.obtainAttributes(parser, in parseBaseApkCommon()
2085 sa = res.obtainAttributes(parser, in parseBaseApkCommon()
2160 sa = res.obtainAttributes(parser, in parseBaseApkCommon()
2231 sa = res.obtainAttributes(parser, in parseBaseApkCommon()
2290 sa = res.obtainAttributes(parser, in parseBaseApkCommon()
2329 sa = res.obtainAttributes(parser, in parseBaseApkCommon()
2355 sa = res.obtainAttributes(parser, in parseBaseApkCommon()
2373 sa = res.obtainAttributes(parser, in parseBaseApkCommon()
2420 sa = res.obtainAttributes(parser, in parseBaseApkCommon()
[all …]
/frameworks/base/core/java/android/service/contentcapture/
DContentCaptureServiceInfo.java123 afsAttributes = resources.obtainAttributes(allAttributes, in ContentCaptureServiceInfo()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodInfo.java186 TypedArray sa = res.obtainAttributes(attrs, in InputMethodInfo()
208 final TypedArray a = res.obtainAttributes( in InputMethodInfo()
/frameworks/base/core/java/android/content/
DSyncAdaptersCache.java62 TypedArray sa = res.obtainAttributes(attrs, in parseServiceAttributes()

123