Searched refs:contentAlphaFrom (Results 1 – 1 of 1) sorted by relevance
43 public float contentAlphaFrom = 1; field in StateTransitionAnimation.Spec59 OUTGOING.contentAlphaFrom = 0.5f;69 INCOMING.contentAlphaFrom = 0f;132 mCurrentContentAlpha = mTransitionSpec.contentAlphaFrom in onCalculate()133 + (mTransitionSpec.contentAlphaTo - mTransitionSpec.contentAlphaFrom) * progress; in onCalculate()