OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
225
ITreeSelection
treeSel
= (ITreeSelection) selection;
227
if (
treeSel
.isEmpty()) {
248
for (TreePath path :
treeSel
.getPaths()) {
[
all
...]
OutlinePage.java
605
ITreeSelection
treeSel
= (ITreeSelection) selection;
606
for (TreePath p :
treeSel
.getPaths()) {
[
all
...]
Completed in 29 milliseconds