Searched refs:mSourceRect (Results 1 – 4 of 4) sorted by relevance
66 private final RectF mSourceRect = new RectF(); field in ClipAnimationHelper127 mSourceRect.set(mSourceInsets.left, mSourceInsets.top, in updateTargetRect()140 mSourceRect.width() / mTargetRect.width()); in updateTargetRect()141 scaledTargetRect.offsetTo(mSourceRect.left, mSourceRect.top); in updateTargetRect()148 mSourceRect.set(scaledTargetRect); in updateTargetRect()167 currentRect = mRectFEvaluator.evaluate(progress, mSourceRect, mTmpRectF); in applyTransform()197 mTmpMatrix.setRectToRect(mSourceRect, params.currentRect, ScaleToFit.FILL); in applyTransform()287 float scale = mTargetRect.width() / mSourceRect.width(); in fromTaskThumbnailView()312 float scale = mSourceRect.width() / mTargetRect.width(); in getScaleAndTranslation()313 float translationY = mSourceRect.centerY() - mSourceRect.top - mTargetRect.centerY(); in getScaleAndTranslation()
93 private final RectF mSourceRect = new RectF(); field in TiledImageRenderer598 RectF source = mSourceRect; in drawTile()
96 private final RectF mSourceRect = new RectF(); field in TileImageView591 RectF source = mSourceRect; in drawTile()