Searched refs:linearLayout (Results 1 – 4 of 4) sorted by relevance
58 INode linearLayout = node.appendChild(FQCN_LINEAR_LAYOUT); in onCreate() local59 linearLayout.setAttribute(ANDROID_URI, ATTR_ORIENTATION, in onCreate()
1049 private static float getWeightSum(INode linearLayout) {1050 String weightSum = linearLayout.getStringAttr(ANDROID_URI,1063 return getSumOfWeights(linearLayout);1066 private static float getSumOfWeights(INode linearLayout) {1068 for (INode child : linearLayout.getChildren()) {
108 INode linearLayout = TestNode.create("android.widget.LinearLayout").id( in dragInto() local122 return super.dragInto(new LinearLayoutRule(), linearLayout, dragBounds, dragPoint, null, in dragInto()
425 private float getWeightSum(Element linearLayout) { in getWeightSum() argument427 for (Element child : DomUtilities.getChildren(linearLayout)) { in getWeightSum()