Home
last modified time | relevance | path

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

/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DContentFragment.java329 FileOutputStream fo = new FileOutputStream(tempFile, false); in shareCurrentPhoto() local
330 if (!mBitmap.compress(Bitmap.CompressFormat.JPEG, 60, fo)) { in shareCurrentPhoto()