Lines Matching refs:getAttributeValue
307 name = attrs.getAttributeValue(null, "class"); in createViewFromTag()
419 name = attrs.getAttributeValue(null, "class"); in loadCustomView()
456 String scrollPosX = attrs.getAttributeValue(BridgeConstants.NS_RESOURCES, "scrollX"); in setupViewInContext()
461 String scrollPosY = attrs.getAttributeValue(BridgeConstants.NS_RESOURCES, "scrollY"); in setupViewInContext()
480 String attrVal = attrs.getAttributeValue(BridgeConstants.NS_TOOLS_URI, in setupViewInContext()
488 String minValue = attrs.getAttributeValue(BridgeConstants.NS_TOOLS_URI, "minValue"); in setupViewInContext()
492 String maxValue = attrs.getAttributeValue(BridgeConstants.NS_TOOLS_URI, "maxValue"); in setupViewInContext()
509 String visibility = attrs.getAttributeValue(BridgeConstants.NS_TOOLS_URI, in setupViewInContext()
541 String header = attrs.getAttributeValue(BridgeConstants.NS_TOOLS_URI, in setupViewInContext()
543 String footer = attrs.getAttributeValue(BridgeConstants.NS_TOOLS_URI, in setupViewInContext()
545 String layout = attrs.getAttributeValue(BridgeConstants.NS_TOOLS_URI, in setupViewInContext()
547 String columns = attrs.getAttributeValue(BridgeConstants.NS_RESOURCES, in setupViewInContext()