Searched refs:contentScaleFrom (Results 1 – 1 of 1) sorted by relevance
45 public float contentScaleFrom = 1; field in StateTransitionAnimation.Spec61 OUTGOING.contentScaleFrom = 3f;71 INCOMING.contentScaleFrom = 0.25f;130 mCurrentContentScale = mTransitionSpec.contentScaleFrom in onCalculate()131 + (mTransitionSpec.contentScaleTo - mTransitionSpec.contentScaleFrom) * progress; in onCalculate()