Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DLaunchAnimationParameters.kt49 override val topChange: Int
57 return min(super.topChange - clipTopAmountCompensation, 0)
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DGhostedViewLaunchAnimatorController.kt268 val topChange = state.top - ghostedViewState.top regex
290 (topChange + bottomChange) / 2f
H A DLaunchAnimator.kt143 open val topChange: Int