Searched refs:endRight (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
H A D | LaunchAnimator.kt | 232 var endRight = endState.right regex 233 var endCenterX = (endLeft + endRight) / 2f 234 var endWidth = endRight - endLeft 243 endRight != endState.right 248 endRight = endState.right 249 endCenterX = (endLeft + endRight) / 2f 250 endWidth = endRight - endLeft
|
H A D | ViewHierarchyAnimator.kt | 783 val endRight = right + marginAdjustment.right regex 804 Bound.RIGHT to endRight, 805 Bound.LEFT to endRight, 808 Bound.RIGHT to endRight, 809 Bound.LEFT to endRight, 816 Bound.RIGHT to endRight, 817 Bound.LEFT to endRight, 844 Bound.LEFT to (endLeft + endRight) / 2, 845 Bound.RIGHT to (endLeft + endRight) / 2, 906 val endRight = regex [all …]
|
/aosp14/frameworks/base/core/java/android/transition/ |
H A D | ChangeBounds.java | 299 final int endRight = endBounds.right; in createAnimator() local 304 final int endWidth = endRight - endLeft; in createAnimator() 311 if (startRight != endRight || startBottom != endBottom) ++numChanges; in createAnimator() 367 endRight, endBottom); in createAnimator() 386 endRight, endBottom); in createAnimator() 428 view.setLeftTopRightBottom(endLeft, endTop, endRight, in createAnimator()
|