Searched refs:linearLayout (Results 1 – 4 of 4) sorted by relevance
62 INode linearLayout = node.appendChild(FQCN_LINEAR_LAYOUT); in onCreate() local63 linearLayout.setAttribute(ANDROID_URI, ATTR_ORIENTATION, in onCreate()
1067 private static float getWeightSum(INode linearLayout) {1068 String weightSum = linearLayout.getStringAttr(ANDROID_URI,1081 return getSumOfWeights(linearLayout);1084 private static float getSumOfWeights(INode linearLayout) {1086 for (INode child : linearLayout.getChildren()) {
107 INode linearLayout = TestNode.create("android.widget.LinearLayout").id( in dragInto() local121 return super.dragInto(new LinearLayoutRule(), linearLayout, dragBounds, dragPoint, null, in dragInto()
359 private float getWeightSum(Element linearLayout) { in getWeightSum() argument361 for (Element child : DomUtilities.getChildren(linearLayout)) { in getWeightSum()