Searched refs:mDividerAnimationTarget (Results 1 – 1 of 1) sorted by relevance
132 private float mDividerAnimationTarget; field in DockedStackDividerController597 mDividerAnimationTarget = adjustedForDivider ? 1 : 0; in startImeAdjustAnimation()683 if (t >= 1f && mAnimationTarget == 0f && mDividerAnimationTarget == 0f) { in animateForIme()704 mLastDividerProgress = mDividerAnimationTarget; in animateForIme()747 return t * mDividerAnimationTarget + (1 - t) * mDividerAnimationStart; in getInterpolatedDividerValue()