Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/anim/
DStateTransitionAnimation.java43 public float contentAlphaFrom = 1; field in StateTransitionAnimation.Spec
59 OUTGOING.contentAlphaFrom = 0.5f;
69 INCOMING.contentAlphaFrom = 0f;
132 mCurrentContentAlpha = mTransitionSpec.contentAlphaFrom in onCalculate()
133 + (mTransitionSpec.contentAlphaTo - mTransitionSpec.contentAlphaFrom) * progress; in onCalculate()