Searched refs:mSourceRect (Results 1 – 4 of 4) sorted by relevance
65 private final RectF mSourceRect = new RectF(); field in ClipAnimationHelper130 mSourceRect.set(mSourceInsets.left, mSourceInsets.top, in updateTargetRect()143 mSourceRect.width() / mTargetRect.width()); in updateTargetRect()144 scaledTargetRect.offsetTo(mSourceRect.left, mSourceRect.top); in updateTargetRect()151 mSourceRect.set(scaledTargetRect); in updateTargetRect()170 currentRect = mRectFEvaluator.evaluate(progress, mSourceRect, mTmpRectF); in applyTransform()200 mTmpMatrix.setRectToRect(mSourceRect, params.currentRect, ScaleToFit.FILL); in applyTransform()301 float scale = mTargetRect.width() / mSourceRect.width(); in fromTaskThumbnailView()326 float scale = mSourceRect.width() / mTargetRect.width(); in getScaleAndTranslation()327 float translationY = mSourceRect.centerY() - mSourceRect.top - mTargetRect.centerY(); in getScaleAndTranslation()
96 private final RectF mSourceRect = new RectF(); field in TileImageView591 RectF source = mSourceRect; in drawTile()
93 private final RectF mSourceRect = new RectF(); field in TiledImageRenderer598 RectF source = mSourceRect; in drawTile()