Home | History | Annotate | Download | only in layout

Lines Matching refs:getStringAttr

99         String orientation = node.getStringAttr(ANDROID_URI, ATTR_ORIENTATION);
113 return VALUE_VERTICAL.equals(node.getStringAttr(ANDROID_URI,
150 String current = parentNode.getStringAttr(ANDROID_URI, ATTR_BASELINE_ALIGNED);
184 children.get(0).getStringAttr(ANDROID_URI, ATTR_LAYOUT_WEIGHT);
228 String weightSum = parentNode.getStringAttr(ANDROID_URI,
256 if (VALUE_WRAP_CONTENT.equals(target.getStringAttr(ANDROID_URI, sizeAttribute))) {
268 String size = target.getStringAttr(ANDROID_URI, sizeAttribute);
606 String weight = target.getStringAttr(ANDROID_URI, ATTR_LAYOUT_WEIGHT);
615 String size = target.getStringAttr(ANDROID_URI, sizeAttribute);
1049 String weight = linearLayoutChild.getStringAttr(ANDROID_URI, ATTR_LAYOUT_WEIGHT);
1068 String weightSum = linearLayout.getStringAttr(ANDROID_URI,