Searched refs:mTreeSelection (Results 1 – 13 of 13) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | VisualRefactoringAction.java | 42 protected ITreeSelection mTreeSelection; field in VisualRefactoringAction 75 mTreeSelection = null; in selectionChanged() 87 mTreeSelection = (ITreeSelection) selection; in selectionChanged() 95 action.setEnabled((mTextSelection != null || mTreeSelection != null) in selectionChanged()
|
D | ExtractIncludeAction.java | 31 if ((mTextSelection != null || mTreeSelection != null) && mFile != null) { in run() 33 mTextSelection, mTreeSelection); in run()
|
D | UseCompoundDrawableAction.java | 31 if ((mTextSelection != null || mTreeSelection != null) && mFile != null) { in run() 33 mFile, mDelegate, mTextSelection, mTreeSelection); in run()
|
D | ExtractStyleAction.java | 31 if ((mTextSelection != null || mTreeSelection != null) && mFile != null) { in run() 33 mTextSelection, mTreeSelection); in run()
|
D | UnwrapAction.java | 31 if ((mTextSelection != null || mTreeSelection != null) && mFile != null) { in run() 33 mTextSelection, mTreeSelection); in run()
|
D | ChangeLayoutAction.java | 31 if ((mTextSelection != null || mTreeSelection != null) && mFile != null) { in run() 33 mTextSelection, mTreeSelection); in run()
|
D | ChangeViewAction.java | 31 if ((mTextSelection != null || mTreeSelection != null) && mFile != null) { in run() 33 mTextSelection, mTreeSelection); in run()
|
D | WrapInAction.java | 31 if ((mTextSelection != null || mTreeSelection != null) && mFile != null) { in run() 33 mTextSelection, mTreeSelection); in run()
|
D | VisualRefactoring.java | 119 protected final ITreeSelection mTreeSelection; field in VisualRefactoring 149 mTreeSelection = null; in VisualRefactoring() 164 mTreeSelection = null; in VisualRefactoring() 189 mTreeSelection = treeSelection; in VisualRefactoring() 661 assert mTreeSelection == null || mSelection == null : in initElements() 662 "treeSel= " + mTreeSelection + ", sel=" + mSelection; in initElements() 667 if (mTreeSelection != null) { in initElements() 670 for (TreePath path : mTreeSelection.getPaths()) { in initElements() 769 if (mTreeSelection != null) { in getSelectedViewInfos() 770 for (TreePath path : mTreeSelection.getPaths()) { in getSelectedViewInfos()
|
D | ChangeViewRefactoring.java | 107 if (mTreeSelection != null) { in checkInitialConditions()
|
D | WrapInRefactoring.java | 113 if (mTreeSelection != null) { in checkInitialConditions()
|
D | UseCompoundDrawableRefactoring.java | 129 if (mTreeSelection != null) { in checkInitialConditions()
|
D | ExtractIncludeRefactoring.java | 145 if (mTreeSelection != null) { in checkInitialConditions()
|