Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DLaunchAnimationParameters.kt49 override val topChange: Int constant
57 return min(super.topChange - clipTopAmountCompensation, 0)
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DGhostedViewTransitionAnimatorController.kt302 val topChange = state.top - ghostedViewState.top in onTransitionAnimationProgress() constant
324 (topChange + bottomChange) / 2f in onTransitionAnimationProgress()
DTransitionAnimator.kt164 open val topChange: Int in <lambda>() constant in com.android.systemui.animation.TransitionAnimator.State