Home
last modified time | relevance | path

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

/developers/samples/android/ui/window/DragAndDropAcrossApps/DragSource/src/main/java/com/example/android/dragsource/
DDragSourceFragment.java198 File filePath = new File(getContext().getFilesDir(), "images"); in getFileUri() local
199 if (!filePath.exists() && !filePath.mkdir()) { in getFileUri()
204 File newFile = new File(filePath, targetName); in getFileUri()
217 private void copyImageResourceToFile(int resourceId, File filePath) { in copyImageResourceToFile() argument
222 out = new FileOutputStream(filePath); in copyImageResourceToFile()