Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropActivity.java207 RectF imgBounds = new RectF(0, 0, bitmap.getWidth(), bitmap.getHeight()); in doneLoadBitmap() local
208 mCropView.initialize(bitmap, imgBounds, imgBounds, orientation); in doneLoadBitmap()