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/
DExpandAnimationParameters.kt46 override val topChange: Int constant
54 return min(super.topChange - clipTopAmountCompensation, 0)
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DGhostedViewLaunchAnimatorController.kt170 (state.topChange + state.bottomChange) / 2f in onLaunchAnimationProgress()
DActivityLaunchAnimator.kt337 open val topChange: Int in <lambda>() constant in com.android.systemui.animation.State