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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java 313 ViewInfo firstRoot = viewInfoList.get(0);
314 int parentX = firstRoot.getLeft();
315 int parentY = firstRoot.getTop();
316 List<ViewInfo> infos = firstRoot.getChildren();

Completed in 1110 milliseconds