Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
DCreateAssetSetWizardState.java172 BufferedImage getCachedImage(String path, boolean isPluginRelative) in getCachedImage() argument
176 image = getImage(path, isPluginRelative); in getCachedImage()
187 static BufferedImage getImage(@NonNull String path, boolean isPluginRelative) in getImage() argument
190 if (isPluginRelative) { in getImage()