Home
last modified time | relevance | path

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

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java855 RectF scaledDestination = new RectF( in generateMatrix() local
860 if(mTempDst.contains(scaledDestination)) { in generateMatrix()
861 mMatrix.setRectToRect(mTempSrc, scaledDestination, Matrix.ScaleToFit.CENTER); in generateMatrix()