Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/view/
DBridgeInflater.java429 String attrListItemValue = attrs.getAttributeValue(BridgeConstants.NS_TOOLS_URI, in setupViewInContext() local
433 if (attrListItemValue != null && !attrListItemValue.isEmpty()) { in setupViewInContext()
434 … ResourceValue resValue = bc.getRenderResources().findResValue(attrListItemValue, false); in setupViewInContext()