OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mTreeSelection
(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/refactoring/
VisualRefactoringAction.java
42
protected ITreeSelection
mTreeSelection
;
75
mTreeSelection
= null;
87
mTreeSelection
= (ITreeSelection) selection;
95
action.setEnabled((mTextSelection != null ||
mTreeSelection
!= null)
VisualRefactoring.java
119
protected final ITreeSelection
mTreeSelection
;
149
mTreeSelection
= null;
164
mTreeSelection
= null;
189
mTreeSelection
= treeSelection;
661
assert
mTreeSelection
== null || mSelection == null :
662
"treeSel= " +
mTreeSelection
+ ", sel=" + mSelection;
667
if (
mTreeSelection
!= null) {
670
for (TreePath path :
mTreeSelection
.getPaths()) {
769
if (
mTreeSelection
!= null) {
770
for (TreePath path :
mTreeSelection
.getPaths())
[
all
...]
Completed in 72 milliseconds