HomeSort by relevance Sort by last modified time
    Searched refs:findById (Results 1 - 5 of 5) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/grid/
GridModelTest.java 169 TestNode button1 = TestNode.findById(targetNode, "@+id/button1");
170 TestNode textView1 = TestNode.findById(targetNode, "@+id/TextView1");
171 TestNode wspace1 = TestNode.findById(targetNode, "@+id/wspace1");
172 TestNode wspace2 = TestNode.findById(targetNode, "@+id/wspace2");
173 TestNode hspace1 = TestNode.findById(targetNode, "@+id/hspace1");
308 TestNode button1 = TestNode.findById(targetNode, "@+id/button1");
309 TestNode button2 = TestNode.findById(targetNode, "@+id/button2");
310 TestNode button3 = TestNode.findById(targetNode, "@+id/button3");
311 TestNode hspacer = TestNode.findById(targetNode, "@+id/spacer_177");
434 TestNode layout = TestNode.findById(targetNode, "@+id/GridLayout1")
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/relative/
DeletionHandlerTest.java 70 TestNode button2 = TestNode.findById(targetNode, "@+id/button2");
201 TestNode button7 = TestNode.findById(targetNode, "@+id/button7");
202 TestNode checkBox = TestNode.findById(targetNode, "@+id/checkBox1");
322 TestNode button1 = TestNode.findById(targetNode, "@+id/button1");
394 TestNode button2 = TestNode.findById(targetNode, "@+id/button2");
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutMetadataTest.java 85 UiElementNode node = findById(root, targetId);
91 private static UiElementNode findById(UiElementNode node, String targetId) {
101 UiElementNode result = findById(child, targetId);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestNode.java 306 public static TestNode findById(TestNode node, String id) {
308 return node.findById(id);
311 private TestNode findById(String targetId) {
318 TestNode result = child.findById(targetId);
  /external/chromium_org/third_party/sqlite/src/tool/
mkkeywordhash.c 329 static Keyword *findById(int id){
440 p->offset = findById(p->substrId)->offset + p->substrOffset;

Completed in 321 milliseconds