HomeSort by relevance Sort by last modified time
    Searched refs:UseCompoundDrawableRefactoring (Results 1 - 5 of 5) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UseCompoundDrawableWizard.java 22 UseCompoundDrawableWizard(UseCompoundDrawableRefactoring ref, LayoutEditorDelegate editor) {
UseCompoundDrawableAction.java 32 UseCompoundDrawableRefactoring ref = new UseCompoundDrawableRefactoring(
UseCompoundDrawableRefactoring.java 86 public class UseCompoundDrawableRefactoring extends VisualRefactoring {
88 * Constructs a new {@link UseCompoundDrawableRefactoring}
95 public UseCompoundDrawableRefactoring(IFile file, LayoutEditorDelegate editor,
106 private UseCompoundDrawableRefactoring(Map<String, String> arguments) {
111 UseCompoundDrawableRefactoring(List<Element> selectedElements, LayoutEditorDelegate editor) {
449 return new UseCompoundDrawableRefactoring(args);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
UseCompoundDrawableDetectorFix.java 22 import com.android.ide.eclipse.adt.internal.editors.layout.refactoring.UseCompoundDrawableRefactoring;
82 UseCompoundDrawableRefactoring refactoring =
83 new UseCompoundDrawableRefactoring(file, delegate, textSelection, null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UseCompoundDrawableRefactoringTest.java 18 import static com.android.ide.eclipse.adt.internal.editors.layout.refactoring.UseCompoundDrawableRefactoring.combine;
103 UseCompoundDrawableRefactoring refactoring = new UseCompoundDrawableRefactoring(

Completed in 275 milliseconds