Home
last modified time | relevance | path

Searched refs:verifyRequiredAttributes (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DClipDrawable.java95 verifyRequiredAttributes(a); in inflate()
112 verifyRequiredAttributes(a); in applyTheme()
121 private void verifyRequiredAttributes(@NonNull TypedArray a) throws XmlPullParserException { in verifyRequiredAttributes() method in ClipDrawable
DAnimatedRotateDrawable.java134 verifyRequiredAttributes(a); in inflate()
154 verifyRequiredAttributes(a); in applyTheme()
165 private void verifyRequiredAttributes(@NonNull TypedArray a) throws XmlPullParserException { in verifyRequiredAttributes() method in AnimatedRotateDrawable
DRotateDrawable.java76 verifyRequiredAttributes(a); in inflate()
93 verifyRequiredAttributes(a); in applyTheme()
102 private void verifyRequiredAttributes(@NonNull TypedArray a) throws XmlPullParserException { in verifyRequiredAttributes() method in RotateDrawable
DScaleDrawable.java107 verifyRequiredAttributes(a); in inflate()
126 verifyRequiredAttributes(a); in applyTheme()
137 private void verifyRequiredAttributes(@NonNull TypedArray a) throws XmlPullParserException { in verifyRequiredAttributes() method in ScaleDrawable
DInsetDrawable.java108 verifyRequiredAttributes(a); in inflate()
125 verifyRequiredAttributes(a); in applyTheme()
134 private void verifyRequiredAttributes(@NonNull TypedArray a) throws XmlPullParserException { in verifyRequiredAttributes() method in InsetDrawable
DRippleDrawable.java427 verifyRequiredAttributes(a); in inflate()
487 private void verifyRequiredAttributes(@NonNull TypedArray a) throws XmlPullParserException { in verifyRequiredAttributes() method in RippleDrawable
509 verifyRequiredAttributes(a); in applyTheme()
DBitmapDrawable.java732 verifyRequiredAttributes(a); in inflate()
744 private void verifyRequiredAttributes(TypedArray a) throws XmlPullParserException { in verifyRequiredAttributes() method in BitmapDrawable