Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DActivityTransitionAnimator.kt1121 val heightChange = height * scale - height in applyStateToWindow() constant
1123 val translationY = state.top - screenBounds.top + heightChange / 2f in applyStateToWindow()