Searched refs:mEndSpec (Results 1 – 1 of 1) sorted by relevance
64 private final AnimationSpec mEndSpec = new AnimationSpec(); field in WindowMagnificationAnimationController111 if (mEndSpec.equals(mStartSpec)) { in enableWindowMagnification()140 mEndSpec.set(Float.isNaN(scale) ? mContext.getResources().getInteger( in setupEnableAnimationSpecs()144 mEndSpec.set(Float.isNaN(scale) ? currentScale : scale, in setupEnableAnimationSpecs()150 + mEndSpec); in setupEnableAnimationSpecs()184 mEndSpec.set(/* scale*/ mController.getScale(), Float.NaN, Float.NaN); in deleteWindowMagnification()265 final float sentScale = mStartSpec.mScale + (mEndSpec.mScale - mStartSpec.mScale) * fract; in onAnimationUpdate()267 mStartSpec.mCenterX + (mEndSpec.mCenterX - mStartSpec.mCenterX) * fract; in onAnimationUpdate()269 mStartSpec.mCenterY + (mEndSpec.mCenterY - mStartSpec.mCenterY) * fract; in onAnimationUpdate()