Searched refs:imagePath (Results 1 – 3 of 3) sorted by relevance
482 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()
76 public File imagePath; field in CreateAssetSetWizardState
141 iconState.imagePath = new File(DEFAULT_LAUNCHER_ICON); in getNextPage()