Searched defs:linearLayout (Results 1 – 3 of 3) sorted by relevance
58 INode linearLayout = node.appendChild(FQCN_LINEAR_LAYOUT); in onCreate() local
108 INode linearLayout = TestNode.create("android.widget.LinearLayout").id( in dragInto() local
425 private float getWeightSum(Element linearLayout) { in getWeightSum()