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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/changes/
AndroidLayoutChangeDescription.java 39 public static final int STANDALONE_TYPE = 1;
46 * @param type the layout type; valid value are VIEW_TYPE and STANDALONE_TYPE
79 return mType == STANDALONE_TYPE;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/
AndroidTypeRenameParticipant.java 269 AndroidLayoutChangeDescription.STANDALONE_TYPE);
AndroidPackageRenameParticipant.java 392 AndroidLayoutChangeDescription.STANDALONE_TYPE);
AndroidTypeMoveParticipant.java 307 AndroidLayoutChangeDescription.STANDALONE_TYPE);

Completed in 40 milliseconds