Home | History | Annotate | Download | only in relative

Lines Matching defs:checkBox

181             "    <CheckBox\n" +
188 " android:text=\"CheckBox\" />\n" +
202 TestNode checkBox = TestNode.findById(targetNode, "@+id/checkBox1");
205 List<INode> deletedNodes = Arrays.<INode>asList(button7, checkBox);
209 layout.removeChild(checkBox);
310 " <CheckBox\n" +
316 " android:text=\"CheckBox\" />\n" +
342 " <CheckBox\n" +
347 " android:text=\"CheckBox\">\n" +
348 " </CheckBox>\n" +