Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/anim/
DStateTransitionAnimation.java95 private float mCurrentContentScale; field in StateTransitionAnimation
130 mCurrentContentScale = mTransitionSpec.contentScaleFrom in onCalculate()
170 canvas.scale(mCurrentContentScale, mCurrentContentScale, 1); in applyContentTransform()