HomeSort by relevance Sort by last modified time
    Searched refs: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/
SelectionManager.java 209 ITreeSelection treeSel = (ITreeSelection) selection;
211 if (treeSel.isEmpty()) {
232 for (TreePath path : treeSel.getPaths()) {
    [all...]
OutlinePage.java 521 ITreeSelection treeSel = (ITreeSelection) selection;
522 for (TreePath p : treeSel.getPaths()) {
    [all...]

Completed in 239 milliseconds