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.java245 float transformationStartScaleY = getTransformationStartScaleY(); in transformViewFrom() local
246 if (transformationStartScaleY != UNDEFINED) { in transformViewFrom()
248 NotificationUtils.interpolate(transformationStartScaleY, in transformViewFrom()
413 float transformationStartScaleY = getTransformationStartScaleY(); in transformViewTo() local
414 if (transformationStartScaleY != UNDEFINED) { in transformViewTo()
416 NotificationUtils.interpolate(transformationStartScaleY, in transformViewTo()