Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DActivityTransitionAnimator.kt1129 val cropX = state.left.toFloat() - screenBounds.left in applyStateToWindow() constant
1131 windowCropF.set(cropX, cropY, cropX + state.width, cropY + state.height) in applyStateToWindow()