Searched refs:mCropRect (Results 1 – 5 of 5) sorted by relevance
248 moveBy(dx * (mCropRect.width() / r.width()), in handleMotion()249 dy * (mCropRect.height() / r.height())); in handleMotion()260 float xDelta = dx * (mCropRect.width() / r.width()); in handleMotion()261 float yDelta = dy * (mCropRect.height() / r.height()); in handleMotion()271 mCropRect.offset(dx, dy); in moveBy()274 mCropRect.offset( in moveBy()275 Math.max(0, mImageRect.left - mCropRect.left), in moveBy()276 Math.max(0, mImageRect.top - mCropRect.top)); in moveBy()278 mCropRect.offset( in moveBy()279 Math.min(0, mImageRect.right - mCropRect.right), in moveBy()[all …]
773 float [] coordinates = new float[] {hv.mCropRect.centerX(), in centerBasedOnHighlightView()774 hv.mCropRect.centerY()}; in centerBasedOnHighlightView()
96 private Rect mCropRect; field in AndroidImageProxy131 mCropRect = mImage.getCropRect(); in getCropRect()134 return mCropRect; in getCropRect()136 return mCropRect; in getCropRect()146 mCropRect = cropRect; in setCropRect()
57 private Rect mCropRect; field in TestWallpaperPersister96 mCropRect = cropRect; in setIndividualWallpaper()208 return mCropRect; in getCropRect()
384 final Rect mCropRect = new Rect(); field in SwipeUpAnimationLogic.SpringAnimationRunner428 cropRectF.roundOut(mCropRect); in SpringAnimationRunner()501 .setWindowCrop(mCropRect) in onBuildTargetParams()