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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlinePage2.java 183 ITreeSelection treeSel = (ITreeSelection) selection;
184 for (TreePath p : treeSel.getPaths()) {
LayoutCanvas.java 562 ITreeSelection treeSel = (ITreeSelection) selection;
564 if (treeSel.isEmpty()) {
584 for (TreePath path : treeSel.getPaths()) {
    [all...]

Completed in 159 milliseconds