Home
last modified time | relevance | path

Searched refs:imagePath (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
DConfigureAssetSetPage.java482 if (mValues.imagePath != null) { in setVisible()
483 sImagePath = mValues.imagePath.getPath(); in setVisible()
497 mValues.imagePath = new File(sImagePath); in setVisible()
513 if (mValues.imagePath != null) { in setVisible()
514 mImagePathText.setText(mValues.imagePath.getPath()); in setVisible()
589 String path = mValues.imagePath != null ? mValues.imagePath.getPath() : null; in validatePage()
639 mValues.imagePath = new File(mImagePathText.getText().trim()); in modifyText()
696 mValues.imagePath = new File(file); in widgetSelected()
1024 String path = mValues.imagePath != null ? mValues.imagePath.getPath() : ""; in generateImages()
DCreateAssetSetWizardState.java76 public File imagePath; field in CreateAssetSetWizardState
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DNewProjectWizard.java141 iconState.imagePath = new File(DEFAULT_LAUNCHER_ICON); in getNextPage()