Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DActivityTransitionAnimator.kt817 private var windowCropF = RectF() variable
1131 windowCropF.set(cropX, cropY, cropX + state.width, cropY + state.height) in applyStateToWindow()
1133 invertMatrix.mapRect(windowCropF) in applyStateToWindow()
1135 windowCropF.left.roundToInt(), in applyStateToWindow()
1136 windowCropF.top.roundToInt(), in applyStateToWindow()
1137 windowCropF.right.roundToInt(), in applyStateToWindow()
1138 windowCropF.bottom.roundToInt() in applyStateToWindow()