Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationAnimationController.java206 final float currentCenterX = mController.getCenterX(); in setupEnableAnimationSpecs() local
215 mStartSpec.set(currentScale, currentCenterX, currentCenterY); in setupEnableAnimationSpecs()
219 (mState == STATE_ENABLING ? mEndSpec.mCenterX : currentCenterX); in setupEnableAnimationSpecs()