Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/view/
DBridgeInflater.java248 String attrVal = attrs.getAttributeValue(BridgeConstants.NS_TOOLS_URI, in setupViewInContext() local
250 if (attrVal != null && !attrVal.isEmpty()) { in setupViewInContext()
251 ResourceValue resValue = bc.getRenderResources().findResValue(attrVal, false); in setupViewInContext()
265 String attrVal = attrs.getAttributeValue(BridgeConstants.NS_TOOLS_URI, in setupViewInContext() local
267 if (attrVal != null) { in setupViewInContext()
268 getDrawerLayoutMap().put(view, attrVal); in setupViewInContext()