Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DDrawable.java1286 @AttrRes int visibleAttr) throws XmlPullParserException, IOException { in inflateWithAttributes() argument
1287 mVisible = attrs.getBoolean(visibleAttr, mVisible); in inflateWithAttributes()