Home
last modified time | relevance | path

Searched refs:mCurrentCropRect (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DLayer.h79 inline SkRect getCurrentCropRect() { return mCurrentCropRect; } in getCurrentCropRect()
82 mCurrentCropRect = currentCropRect; in setCurrentCropRect()
144 SkRect mCurrentCropRect; variable
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/unfold/animation/
DFullscreenUnfoldTaskAnimator.java164 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
DSplitTaskUnfoldAnimator.java262 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