HomeSort by relevance Sort by last modified time
    Searched full:childrenids (Results 1 - 1 of 1) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LayoutTestBase.java 144 List<String> childrenIds = new ArrayList<String>();
146 childrenIds.add(child.getStringAttr(ANDROID_URI, ATTR_ID));
148 int index = childrenIds.indexOf(draggedButtonId);
150 + " among " + childrenIds;

Completed in 717 milliseconds