Searched defs:linearLayout (Results 1 – 5 of 5) sorted by relevance
70 Element linearLayout = (Element) document.getElementsByTagName("LinearLayout").item(0); in test() local140 Element linearLayout = (Element) document.getElementsByTagName("LinearLayout").item(0); in testText() local
58 INode linearLayout = node.appendChild(FQCN_LINEAR_LAYOUT); in onCreate() local
79 Element linearLayout = (Element) document.getElementsByTagName("LinearLayout").item(0); in test() local
108 INode linearLayout = TestNode.create("android.widget.LinearLayout").id( in dragInto() local
359 private float getWeightSum(Element linearLayout) { in getWeightSum()