/aosp12/packages/services/Car/service/src/com/android/car/ |
H A D | CarUxRestrictionsConfigurationXmlParser.java | 174 TypedArray a = mContext.getResources().obtainAttributes(attrs, in mapDrivingStateToRestrictions() 193 TypedArray a = mContext.getResources().obtainAttributes(attrs, in mapDrivingStateToRestrictions() 278 TypedArray a = mContext.getResources().obtainAttributes(attrs, in parseRestrictions() 347 a = mContext.getResources().obtainAttributes(attrs, in parseRestrictionParameters() 355 a = mContext.getResources().obtainAttributes(attrs, in parseRestrictionParameters()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
H A D | KeyboardBuilder.java | 241 final TypedArray keyAttr = mResources.obtainAttributes(attr, R.styleable.Keyboard_Key); in parseKeyboardAttributes() 341 final TypedArray keyboardAttr = mResources.obtainAttributes(attr, R.styleable.Keyboard); in parseRowAttributes() 401 final TypedArray gridRowAttr = mResources.obtainAttributes( in parseGridRows() 477 final TypedArray keyAttr = mResources.obtainAttributes( in parseKey() 501 final TypedArray keyAttr = mResources.obtainAttributes( in parseSpacer() 529 final TypedArray keyboardAttr = mResources.obtainAttributes( in parseIncludeInternal() 531 final TypedArray keyAttr = mResources.obtainAttributes(attr, R.styleable.Keyboard_Key); in parseIncludeInternal() 643 final TypedArray caseAttr = mResources.obtainAttributes(attr, R.styleable.Keyboard_Case); in parseCaseCondition() 806 final TypedArray keyStyleAttr = mResources.obtainAttributes( in parseKeyStyle() 808 final TypedArray keyAttrs = mResources.obtainAttributes(attr, R.styleable.Keyboard_Key); in parseKeyStyle()
|
H A D | KeyboardRow.java | 99 final TypedArray keyboardAttr = res.obtainAttributes(Xml.asAttributeSet(parser), in KeyboardRow() 104 final TypedArray keyAttr = res.obtainAttributes(Xml.asAttributeSet(parser), in KeyboardRow()
|
/aosp12/frameworks/base/core/java/android/content/pm/parsing/ |
H A D | ParsingPackageUtils.java | 698 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestApplication); in parseSplitApplication() 1050 TypedArray sa = res.obtainAttributes(parser, in parseKeySets() 1090 TypedArray sa = res.obtainAttributes(parser, in parseKeySets() 1326 final TypedArray sa = res.obtainAttributes(attrs, in parseRequiredFeature() 1341 final TypedArray sa = res.obtainAttributes(attrs, in parseRequiredNotFeature() 1401 TypedArray sa = res.obtainAttributes(attrs, R.styleable.AndroidManifestUsesFeature); in parseFeatureInfo() 1795 final TypedArray sa = res.obtainAttributes(parser, in parseQueries() 1804 final TypedArray sa = res.obtainAttributes(parser, in parseQueries() 2329 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestLibrary); 2507 TypedArray sa = resources.obtainAttributes(parser, [all …]
|
/aosp12/frameworks/base/core/java/android/content/pm/parsing/component/ |
H A D | ParsedAttributionUtils.java | 47 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestAttribution); in parseAttribution() 81 sa = res.obtainAttributes(parser, in parseAttribution()
|
H A D | ParsedPermissionUtils.java | 51 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestPermission); in parsePermission() 164 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestPermissionTree); in parsePermissionTree() 206 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestPermissionGroup); in parsePermissionGroup()
|
H A D | ParsedProcessUtils.java | 48 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestDenyPermission); in parseDenyPermission() 66 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestAllowPermission); in parseAllowPermission() 85 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestProcess); in parseProcess()
|
H A D | ParsedProviderUtils.java | 62 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestProvider); in parseProvider() 211 TypedArray sa = resources.obtainAttributes(parser, in parseGrantUriPermission() 277 TypedArray sa = resources.obtainAttributes(parser, in parsePathPermission()
|
H A D | ParsedIntentInfoUtils.java | 56 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestIntentFilter); in parseIntentInfo() 166 TypedArray sa = resources.obtainAttributes(parser, R.styleable.AndroidManifestData); in parseData()
|
/aosp12/frameworks/base/core/java/android/nfc/cardemulation/ |
H A D | NfcFServiceInfo.java | 132 TypedArray sa = res.obtainAttributes(attrs, in NfcFServiceInfo() 151 final TypedArray a = res.obtainAttributes(attrs, in NfcFServiceInfo() 163 final TypedArray a = res.obtainAttributes(attrs, in NfcFServiceInfo() 176 final TypedArray a = res.obtainAttributes(attrs, in NfcFServiceInfo()
|
H A D | ApduServiceInfo.java | 197 TypedArray sa = res.obtainAttributes(attrs, in ApduServiceInfo() 216 TypedArray sa = res.obtainAttributes(attrs, in ApduServiceInfo() 257 final TypedArray groupAttrs = res.obtainAttributes(attrs, in ApduServiceInfo() 290 final TypedArray a = res.obtainAttributes(attrs, in ApduServiceInfo() 302 final TypedArray a = res.obtainAttributes(attrs, in ApduServiceInfo() 316 final TypedArray a = res.obtainAttributes(attrs, in ApduServiceInfo()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | ShortcutParser.java | 355 final TypedArray sa = service.mContext.getResources().obtainAttributes(attrs, in parseCategories() 372 final TypedArray sa = service.mContext.getResources().obtainAttributes(attrs, in parseShortcutAttributes() 466 final TypedArray sa = service.mContext.getResources().obtainAttributes(attrs, in parseCategory() 481 final TypedArray sa = service.mContext.getResources().obtainAttributes(attrs, in parseShareTargetAttributes() 497 final TypedArray sa = service.mContext.getResources().obtainAttributes(attrs, in parseShareTargetData()
|
/aosp12/frameworks/base/test-mock/api/ |
H A D | lint-baseline.txt | 132 MissingNullability: android.test.mock.MockResources#obtainAttributes(android.util.AttributeSet, int… 133 Missing nullability on method `obtainAttributes` return 134 MissingNullability: android.test.mock.MockResources#obtainAttributes(android.util.AttributeSet, int… 135 Missing nullability on parameter `set` in method `obtainAttributes` 136 MissingNullability: android.test.mock.MockResources#obtainAttributes(android.util.AttributeSet, int… 137 Missing nullability on parameter `attrs` in method `obtainAttributes`
|
/aosp12/frameworks/base/core/java/com/android/internal/graphics/drawable/ |
H A D | AnimationScaleListDrawable.java | 80 final TypedArray a = obtainAttributes(r, theme, attrs, in inflate() 112 final TypedArray a = obtainAttributes(r, theme, attrs, in inflateChildElements()
|
/aosp12/frameworks/base/core/java/android/inputmethodservice/ |
H A D | Keyboard.java | 200 TypedArray a = res.obtainAttributes(Xml.asAttributeSet(parser), in Row() 215 a = res.obtainAttributes(Xml.asAttributeSet(parser), in Row() 347 TypedArray a = res.obtainAttributes(Xml.asAttributeSet(parser), in Key() 360 a = res.obtainAttributes(Xml.asAttributeSet(parser), in Key() 887 TypedArray a = res.obtainAttributes(Xml.asAttributeSet(parser), in parseKeyboardAttributes()
|
/aosp12/frameworks/base/core/java/android/view/textservice/ |
H A D | SpellCheckerInfo.java | 97 TypedArray sa = res.obtainAttributes(attrs, in SpellCheckerInfo() 114 final TypedArray a = res.obtainAttributes( in SpellCheckerInfo()
|
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | AnimationDrawable.java | 293 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.AnimationDrawable); in inflate() 320 final TypedArray a = obtainAttributes(r, theme, attrs, in inflateChildElements()
|
/aosp12/frameworks/base/core/java/android/animation/ |
H A 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()
|
/aosp12/frameworks/base/core/java/android/content/res/ |
H A D | FontResourcesParser.java | 171 TypedArray array = resources.obtainAttributes(attrs, R.styleable.FontFamily); in readFamily() 234 TypedArray array = resources.obtainAttributes(attrs, R.styleable.FontFamilyFont); in readFont()
|
/aosp12/frameworks/base/core/java/android/view/animation/ |
H A D | AnticipateInterpolator.java | 60 a = res.obtainAttributes(attrs, R.styleable.AnticipateInterpolator); in AnticipateInterpolator()
|
H A D | CycleInterpolator.java | 51 a = resources.obtainAttributes(attrs, R.styleable.CycleInterpolator); in CycleInterpolator()
|
H A D | OvershootInterpolator.java | 61 a = res.obtainAttributes(attrs, R.styleable.OvershootInterpolator); in OvershootInterpolator()
|
H A D | AccelerateInterpolator.java | 68 a = res.obtainAttributes(attrs, R.styleable.AccelerateInterpolator); in AccelerateInterpolator()
|
H A D | DecelerateInterpolator.java | 61 a = res.obtainAttributes(attrs, R.styleable.DecelerateInterpolator); in DecelerateInterpolator()
|
/aosp12/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/registry/ |
H A D | BenchmarkRegistry.java | 124 … TypedArray groupAttribs = res.obtainAttributes(attributeSet, R.styleable.BenchmarkGroup); in parseBenchmarkGroup() 133 res.obtainAttributes(Xml.asAttributeSet(parser), R.styleable.Benchmark); in parseBenchmarkGroup()
|