Home
last modified time | relevance | path

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

12345

/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarUxRestrictionsConfigurationXmlParser.java174 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 DKeyboardBuilder.java241 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 DKeyboardRow.java99 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 DParsingPackageUtils.java698 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 DParsedAttributionUtils.java47 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestAttribution); in parseAttribution()
81 sa = res.obtainAttributes(parser, in parseAttribution()
H A DParsedPermissionUtils.java51 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 DParsedProcessUtils.java48 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 DParsedProviderUtils.java62 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 DParsedIntentInfoUtils.java56 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 DNfcFServiceInfo.java132 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 DApduServiceInfo.java197 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 DShortcutParser.java355 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 Dlint-baseline.txt132 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 DAnimationScaleListDrawable.java80 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 DKeyboard.java200 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 DSpellCheckerInfo.java97 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 DAnimationDrawable.java293 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 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()
/aosp12/frameworks/base/core/java/android/content/res/
H A DFontResourcesParser.java171 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 DAnticipateInterpolator.java60 a = res.obtainAttributes(attrs, R.styleable.AnticipateInterpolator); in AnticipateInterpolator()
H A DCycleInterpolator.java51 a = resources.obtainAttributes(attrs, R.styleable.CycleInterpolator); in CycleInterpolator()
H A DOvershootInterpolator.java61 a = res.obtainAttributes(attrs, R.styleable.OvershootInterpolator); in OvershootInterpolator()
H A DAccelerateInterpolator.java68 a = res.obtainAttributes(attrs, R.styleable.AccelerateInterpolator); in AccelerateInterpolator()
H A DDecelerateInterpolator.java61 a = res.obtainAttributes(attrs, R.styleable.DecelerateInterpolator); in DecelerateInterpolator()
/aosp12/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/registry/
H A DBenchmarkRegistry.java124 … TypedArray groupAttribs = res.obtainAttributes(attributeSet, R.styleable.BenchmarkGroup); in parseBenchmarkGroup()
133 res.obtainAttributes(Xml.asAttributeSet(parser), R.styleable.Benchmark); in parseBenchmarkGroup()

12345