Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DTransformState.java232 float transformationStartScaleY = getTransformationStartScaleY(); in transformViewFrom() local
233 if (transformationStartScaleY != UNDEFINED) { in transformViewFrom()
235 NotificationUtils.interpolate(transformationStartScaleY, in transformViewFrom()
381 float transformationStartScaleY = getTransformationStartScaleY(); in transformViewTo() local
382 if (transformationStartScaleY != UNDEFINED) { in transformViewTo()
384 NotificationUtils.interpolate(transformationStartScaleY, in transformViewTo()