Home
last modified time | relevance | path

Searched defs:alphaProgress (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DTransitionLayoutController.kt119 val alphaProgress = MathUtils.map( in getGoneState() constant
144 var alphaProgress = progress in getInterpolatedState() variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationBackgroundView.java284 float alphaProgress = Interpolators.ALPHA_IN.getInterpolation( in setExpandAnimationParams() local