Home
last modified time | relevance | path

Searched defs:cropped (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
DCropView.java106 RectF cropped = new RectF(cropBounds.left * width, cropBounds.top * height, in getCropBoundsDisplayed() local
113 RectF cropped = getCropBoundsDisplayed(); in detectMovingEdges() local
144 RectF cropped = getCropBoundsDisplayed(); in moveEdges() local
226 RectF cropped = getCropBoundsDisplayed(); in onDraw() local
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DCropImage.java252 Bitmap cropped = null; in run() local
308 JobContext jc, Bitmap cropped, File directory, String filename) { in saveMedia()
354 private Uri saveToMediaProvider(JobContext jc, Bitmap cropped) { in saveToMediaProvider()
364 private Uri savePicasaImage(JobContext jc, Bitmap cropped) { in savePicasaImage()
401 private Uri saveLocalImage(JobContext jc, Bitmap cropped) { in saveLocalImage()
438 private Uri saveGenericImage(JobContext jc, Bitmap cropped) { in saveGenericImage()