Searched refs:linearLayoutChild (Results 1 – 2 of 2) sorted by relevance
1048 private static float getWeight(INode linearLayoutChild) {1049 String weight = linearLayoutChild.getStringAttr(ANDROID_URI, ATTR_LAYOUT_WEIGHT);
340 private float getWeight(Element linearLayoutChild) { in getWeight() argument341 String weight = linearLayoutChild.getAttributeNS(ANDROID_URI, ATTR_LAYOUT_WEIGHT); in getWeight()