Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/anim/
DStateTransitionAnimation.java45 public float contentScaleFrom = 1; field in StateTransitionAnimation.Spec
61 OUTGOING.contentScaleFrom = 3f;
71 INCOMING.contentScaleFrom = 0.25f;
130 mCurrentContentScale = mTransitionSpec.contentScaleFrom in onCalculate()
131 + (mTransitionSpec.contentScaleTo - mTransitionSpec.contentScaleFrom) * progress; in onCalculate()