Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DGhostedViewTransitionAnimatorController.kt209 val boundCorrections: Rect = in fillGhostedViewState() constant
215 state.top = ghostedViewLocation[1] + insets.top + boundCorrections.top in fillGhostedViewState()
218 insets.bottom + boundCorrections.bottom in fillGhostedViewState()
219 state.left = ghostedViewLocation[0] + insets.left + boundCorrections.left in fillGhostedViewState()
222 insets.right + boundCorrections.right in fillGhostedViewState()