Home
last modified time | relevance | path

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

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