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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeWizard.java 51 private final String mSuggestedName;
59 mSuggestedName = suggestedName;
85 if (mSuggestedName != null) {
86 mNameText.setText(mSuggestedName);
ExtractStyleWizard.java 76 private final String mSuggestedName;
99 mSuggestedName = suggestedName;
211 if (mSuggestedName != null) {
212 mNameText.setText(mSuggestedName);

Completed in 1115 milliseconds