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.java97 verifyRequiredAttributes(a); in inflate()
114 verifyRequiredAttributes(a); in applyTheme()
123 private void verifyRequiredAttributes(@NonNull TypedArray a) throws XmlPullParserException { in verifyRequiredAttributes() method in ClipDrawable
DRotateDrawable.java78 verifyRequiredAttributes(a); in inflate()
95 verifyRequiredAttributes(a); in applyTheme()
104 private void verifyRequiredAttributes(@NonNull TypedArray a) throws XmlPullParserException { in verifyRequiredAttributes() method in RotateDrawable
DScaleDrawable.java109 verifyRequiredAttributes(a); in inflate()
128 verifyRequiredAttributes(a); in applyTheme()
139 private void verifyRequiredAttributes(@NonNull TypedArray a) throws XmlPullParserException { in verifyRequiredAttributes() method in ScaleDrawable
DAnimatedRotateDrawable.java135 verifyRequiredAttributes(a); in inflate()
155 verifyRequiredAttributes(a); in applyTheme()
166 private void verifyRequiredAttributes(@NonNull TypedArray a) throws XmlPullParserException { in verifyRequiredAttributes() method in AnimatedRotateDrawable
DInsetDrawable.java143 verifyRequiredAttributes(a); in inflate()
160 verifyRequiredAttributes(a); in applyTheme()
169 private void verifyRequiredAttributes(@NonNull TypedArray a) throws XmlPullParserException { in verifyRequiredAttributes() method in InsetDrawable
DRippleDrawable.java434 verifyRequiredAttributes(a); in inflate()
494 private void verifyRequiredAttributes(@NonNull TypedArray a) throws XmlPullParserException { in verifyRequiredAttributes() method in RippleDrawable
516 verifyRequiredAttributes(a); in applyTheme()
DBitmapDrawable.java776 verifyRequiredAttributes(a); in inflate()
788 private void verifyRequiredAttributes(TypedArray a) throws XmlPullParserException { in verifyRequiredAttributes() method in BitmapDrawable