/frameworks/support/v7/appcompat/src/android/support/v7/content/res/ |
D | AppCompatColorStateListInflater.java | 113 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/ |
D | ApduServiceInfo.java | 159 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()
|
D | NfcFServiceInfo.java | 122 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/ |
D | AnimationScaleListDrawable.java | 80 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/ |
D | TypedArrayUtils.java | 181 public static TypedArray obtainAttributes( in obtainAttributes() method in TypedArrayUtils 184 return res.obtainAttributes(set, attrs); in obtainAttributes()
|
D | FontResourcesParserCompat.java | 172 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/ |
D | AnticipateInterpolator.java | 60 a = res.obtainAttributes(attrs, R.styleable.AnticipateInterpolator); in AnticipateInterpolator()
|
D | DecelerateInterpolator.java | 61 a = res.obtainAttributes(attrs, R.styleable.DecelerateInterpolator); in DecelerateInterpolator()
|
D | CycleInterpolator.java | 51 a = resources.obtainAttributes(attrs, R.styleable.CycleInterpolator); in CycleInterpolator()
|
D | OvershootInterpolator.java | 61 a = res.obtainAttributes(attrs, R.styleable.OvershootInterpolator); in OvershootInterpolator()
|
D | AccelerateInterpolator.java | 68 a = res.obtainAttributes(attrs, R.styleable.AccelerateInterpolator); in AccelerateInterpolator()
|
D | AnticipateOvershootInterpolator.java | 77 a = res.obtainAttributes(attrs, AnticipateOvershootInterpolator); in AnticipateOvershootInterpolator()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | Keyboard.java | 190 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/ |
D | AnimationDrawable.java | 291 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.AnimationDrawable); in inflate() 318 final TypedArray a = obtainAttributes(r, theme, attrs, in inflateChildElements()
|
D | PaintDrawable.java | 76 TypedArray a = r.obtainAttributes(attrs, in inflateTag()
|
D | StateListDrawable.java | 116 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.StateListDrawable); in inflate() 175 final TypedArray a = obtainAttributes(r, theme, attrs, in inflateChildElements()
|
D | AnimatedStateListDrawable.java | 378 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/ |
D | FontResourcesParser.java | 146 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/ |
D | SpellCheckerInfo.java | 97 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/ |
D | AnimatorInflaterCompat.java | 532 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/ |
D | ResourcesWrapper.java | 225 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/ |
D | AnimatorInflater.java | 676 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/ |
D | AccountAuthenticatorCache.java | 58 TypedArray sa = res.obtainAttributes(attrs, in parseServiceAttributes()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ShortcutParser.java | 273 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/ |
D | PackageParser.java | 2004 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 …]
|