Home
last modified time | relevance | path

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

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java977 final float maxRight = mAllowCrop ? mCropRect.right : getWidth(); in translate() local
1040 float maxRight = mAllowCrop ? mCropRect.right : getWidth(); in snap() local