Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DViewHierarchyAnimator.kt797 val endBottom = bottom + marginAdjustment.bottom in <lambda>() constant
827 Bound.BOTTOM to endBottom, in <lambda>()
828 Bound.TOP to endBottom, in <lambda>()
833 Bound.BOTTOM to endBottom, in <lambda>()
834 Bound.TOP to endBottom, in <lambda>()
839 Bound.BOTTOM to endBottom, in <lambda>()
840 Bound.TOP to endBottom, in <lambda>()
859 Bound.TOP to (endTop + endBottom) / 2, in <lambda>()
860 Bound.BOTTOM to (endTop + endBottom) / 2, in <lambda>()
931 val endBottom = in <lambda>() constant
[all …]
DTransitionAnimator.kt290 var endBottom = endState.bottom in <lambda>() variable
301 endBottom != endState.bottom || in <lambda>()
306 endBottom = endState.bottom in <lambda>()
385 state.bottom = MathUtils.lerp(startBottom, endBottom, progress).roundToInt() in <lambda>()
/frameworks/base/core/java/android/transition/
DChangeBounds.java305 final int endBottom = endBounds.bottom; in createAnimator() local
309 final int endHeight = endBottom - endTop; in createAnimator()
315 if (startRight != endRight || startBottom != endBottom) ++numChanges; in createAnimator()
371 endRight, endBottom); in createAnimator()
390 endRight, endBottom); in createAnimator()
433 endBottom); in createAnimator()