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

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

Completed in 31 milliseconds