OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnwrapRefactoring
(Results
1 - 7
of
7
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UnwrapContribution.java
29
return new
UnwrapRefactoring
.Descriptor(project, description, comment, arguments);
35
if (descriptor instanceof
UnwrapRefactoring
.Descriptor) {
36
return ((
UnwrapRefactoring
.Descriptor) descriptor).getArguments();
UnwrapWizard.java
22
public UnwrapWizard(
UnwrapRefactoring
ref, LayoutEditorDelegate editor) {
UnwrapAction.java
32
UnwrapRefactoring
ref = new
UnwrapRefactoring
(mFile, mDelegate,
UnwrapRefactoring.java
56
public class
UnwrapRefactoring
extends VisualRefactoring {
64
UnwrapRefactoring
(Map<String, String> arguments) {
68
public
UnwrapRefactoring
(
77
UnwrapRefactoring
(List<Element> selectedElements, LayoutEditorDelegate editor) {
243
return new
UnwrapRefactoring
(args);
RefactoringAssistant.java
216
new
UnwrapRefactoring
(
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UnwrapRefactoringTest.java
50
UnwrapRefactoring
refactoring = new
UnwrapRefactoring
(selectedElements,
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
RemoveUselessViewFix.java
20
import com.android.ide.eclipse.adt.internal.editors.layout.refactoring.
UnwrapRefactoring
;
73
UnwrapRefactoring
refactoring =
74
new
UnwrapRefactoring
(file, delegate, textSelection, null);
Completed in 78 milliseconds