Home
last modified time | relevance | path

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

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