Searched refs:startBottom (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/transition/ |
D | ChangeBounds.java | 304 final int startBottom = startBounds.bottom; in createAnimator() local 307 final int startHeight = startBottom - startTop; in createAnimator() 315 if (startRight != endRight || startBottom != endBottom) ++numChanges; in createAnimator() 356 view.setLeftTopRightBottom(startLeft, startTop, startRight, startBottom); in createAnimator() 370 Path bottomRightPath = getPathMotion().getPath(startRight, startBottom, in createAnimator() 389 Path bottomRight = getPathMotion().getPath(startRight, startBottom, in createAnimator()
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
D | ViewHierarchyAnimator.kt | 333 val startBottom = getBound(view, Bound.BOTTOM) ?: previousBottom in <lambda>() constant 355 startBottom, in <lambda>() 668 val startBottom = if (ignorePreviousValues) newBottom else previousBottom in <lambda>() constant 673 var bottom = startBottom in <lambda>() 698 Hotspot.BOTTOM_LEFT -> max(startBottom, newBottom) in <lambda>() 717 Hotspot.BOTTOM_LEFT -> max(startBottom, newBottom) in <lambda>()
|
D | TransitionAnimator.kt | 280 val startBottom = state.bottom in <lambda>() constant 385 state.bottom = MathUtils.lerp(startBottom, endBottom, progress).roundToInt() in <lambda>()
|
D | DialogTransitionAnimator.kt | 1051 val startBottom = bounds.bottom in onLayoutChange() constant 1076 bounds.bottom = MathUtils.lerp(startBottom, bottom, progress).roundToInt() in onLayoutChange()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | QuickSettingsControllerImpl.java | 1197 final int startBottom = mLastClipBounds.bottom; in applyClippingBounds() local 1213 int animBottom = (int) MathUtils.lerp(startBottom, in applyClippingBounds()
|