Searched refs:startBottom (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/transition/ |
D | ChangeBounds.java | 300 final int startBottom = startBounds.bottom; in createAnimator() local 303 final int startHeight = startBottom - startTop; in createAnimator() 311 if (startRight != endRight || startBottom != endBottom) ++numChanges; in createAnimator() 352 view.setLeftTopRightBottom(startLeft, startTop, startRight, startBottom); in createAnimator() 366 Path bottomRightPath = getPathMotion().getPath(startRight, startBottom, in createAnimator() 385 Path bottomRight = getPathMotion().getPath(startRight, startBottom, in createAnimator()
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
D | ActivityLaunchAnimator.kt | 323 private val startBottom = bottom in <lambda>() constant 341 get() = bottom - startBottom in <lambda>() 448 val startBottom = state.bottom in <lambda>() constant 534 state.bottom = lerp(startBottom, endBottom, progress).roundToInt() in <lambda>() 555 state.bottom != startBottom && state.right != startRight) { in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationPanelViewController.java | 2341 final int startBottom = mKeyguardStatusAreaClipBounds.bottom; in applyQSClippingBounds() local 2357 int animBottom = (int) MathUtils.lerp(startBottom, in applyQSClippingBounds()
|