Searched refs:mStartSpec (Results 1 – 1 of 1) sorted by relevance
63 private final AnimationSpec mStartSpec = new AnimationSpec(); field in WindowMagnificationAnimationController160 if (mEndSpec.equals(mStartSpec)) { in enableWindowMagnification()210 mStartSpec.set(/* scale*/ 1.0f, centerX, centerY); in setupEnableAnimationSpecs()214 mStartSpec.set(currentScale, currentCenterX, currentCenterY); in setupEnableAnimationSpecs()227 Log.d(TAG, "SetupEnableAnimationSpecs : mStartSpec = " + mStartSpec + ", endSpec = " in setupEnableAnimationSpecs()268 mStartSpec.set(/* scale*/ 1.0f, Float.NaN, Float.NaN); in deleteWindowMagnification()348 final float sentScale = mStartSpec.mScale + (mEndSpec.mScale - mStartSpec.mScale) * fract; in onAnimationUpdate()350 mStartSpec.mCenterX + (mEndSpec.mCenterX - mStartSpec.mCenterX) * fract; in onAnimationUpdate()352 mStartSpec.mCenterY + (mEndSpec.mCenterY - mStartSpec.mCenterY) * fract; in onAnimationUpdate()