Searched refs:cropRectF (Results 1 – 2 of 2) sorted by relevance
194 public float getEndRadius(RectF cropRectF) { in getEndRadius() argument195 return cropRectF.width() / 2f; in getEndRadius()334 RectF cropRectF = new RectF(taskViewSimulator.getCurrentCropRect()); in getWindowAnimationToHomeInternal() local371 cropRectF, in getWindowAnimationToHomeInternal()417 RectF cropRectF, in SpringAnimationRunner() argument424 mCropRectF = cropRectF; in SpringAnimationRunner()428 cropRectF.roundOut(mCropRect); in SpringAnimationRunner()433 mEndRadius = factory.getEndRadius(cropRectF); in SpringAnimationRunner()
262 public float getEndRadius(RectF cropRectF) {