Searched refs:mCurrentCropRect (Results 1 – 3 of 3) sorted by relevance
79 inline SkRect getCurrentCropRect() { return mCurrentCropRect; } in getCurrentCropRect()82 mCurrentCropRect = currentCropRect; in setCurrentCropRect()144 SkRect mCurrentCropRect; variable
164 context.mCurrentCropRect.set(RECT_EVALUATOR in applyAnimationProgress()168 context.mMatrix.setScale(scale, scale, context.mCurrentCropRect.exactCenterX(), in applyAnimationProgress()169 context.mCurrentCropRect.exactCenterY()); in applyAnimationProgress()171 transaction.setWindowCrop(context.mLeash, context.mCurrentCropRect) in applyAnimationProgress()218 final Rect mCurrentCropRect = new Rect(); field in FullscreenUnfoldTaskAnimator.AnimationContext
262 context.mCurrentCropRect.set(RECT_EVALUATOR in applyAnimationProgress()265 transaction.setWindowCrop(context.mLeash, context.mCurrentCropRect) in applyAnimationProgress()304 final Rect mCurrentCropRect = new Rect(); field in SplitTaskUnfoldAnimator.AnimationContext