Home
last modified time | relevance | path

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

/frameworks/base/packages/overlays/tests/src/com/android/theme/icon/
DIconPackOverlayTest.java212 TypedArray targetAttrs = getAVDAttributes(targetRes, targetRid); in hasEqualVectorDrawableAttributes()
220 TypedArray overlayAttrs = getAVDAttributes(overlayRes, overlayRid); in hasEqualVectorDrawableAttributes()
243 private TypedArray getAVDAttributes(Resources resources, @DrawableRes int rid) { in getAVDAttributes() method in IconPackOverlayTest