OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTreeSelection
(Results
1 - 13
of
13
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutAction.java
31
if ((mTextSelection != null ||
mTreeSelection
!= null) && mFile != null) {
33
mTextSelection,
mTreeSelection
);
ChangeViewAction.java
31
if ((mTextSelection != null ||
mTreeSelection
!= null) && mFile != null) {
33
mTextSelection,
mTreeSelection
);
ExtractIncludeAction.java
31
if ((mTextSelection != null ||
mTreeSelection
!= null) && mFile != null) {
33
mTextSelection,
mTreeSelection
);
ExtractStyleAction.java
31
if ((mTextSelection != null ||
mTreeSelection
!= null) && mFile != null) {
33
mTextSelection,
mTreeSelection
);
UnwrapAction.java
31
if ((mTextSelection != null ||
mTreeSelection
!= null) && mFile != null) {
33
mTextSelection,
mTreeSelection
);
UseCompoundDrawableAction.java
31
if ((mTextSelection != null ||
mTreeSelection
!= null) && mFile != null) {
33
mFile, mDelegate, mTextSelection,
mTreeSelection
);
WrapInAction.java
31
if ((mTextSelection != null ||
mTreeSelection
!= null) && mFile != null) {
33
mTextSelection,
mTreeSelection
);
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
...]
ChangeViewRefactoring.java
107
if (
mTreeSelection
!= null) {
WrapInRefactoring.java
113
if (
mTreeSelection
!= null) {
UseCompoundDrawableRefactoring.java
129
if (
mTreeSelection
!= null) {
ExtractIncludeRefactoring.java
145
if (
mTreeSelection
!= null) {
Completed in 294 milliseconds