Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationAnimationController.java64 private final AnimationSpec mEndSpec = new AnimationSpec(); field in WindowMagnificationAnimationController
161 if (mEndSpec.equals(mStartSpec)) { in enableWindowMagnification()
212 mEndSpec.set(Float.isNaN(scale) ? mContext.getResources().getInteger( in setupEnableAnimationSpecs()
217 final float endScale = (mState == STATE_ENABLING ? mEndSpec.mScale : currentScale); in setupEnableAnimationSpecs()
219 (mState == STATE_ENABLING ? mEndSpec.mCenterX : currentCenterX); in setupEnableAnimationSpecs()
221 (mState == STATE_ENABLING ? mEndSpec.mCenterY : currentCenterY); in setupEnableAnimationSpecs()
223 mEndSpec.set(Float.isNaN(scale) ? endScale : scale, in setupEnableAnimationSpecs()
229 + mEndSpec); in setupEnableAnimationSpecs()
270 mEndSpec.set(/* scale*/ mController.getScale(), Float.NaN, Float.NaN); in deleteWindowMagnification()
356 final float sentScale = mStartSpec.mScale + (mEndSpec.mScale - mStartSpec.mScale) * fract; in onAnimationUpdate()
[all …]