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