Searched refs:mExtraVScale (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowStateAnimator.java240 float mExtraVScale = (float) 1.0; field in class:WindowStateAnimator
1412 mExtraVScale = (float) 1.0;
1450 mExtraVScale = (mTmpClipRect.height() - vInsets) / (float)(surfaceHeight - vInsets);
1456 int posY = (int) (mTmpSize.top - w.mAttrs.y * (1 - mExtraVScale));
1465 posY += w.getAttrs().surfaceInsets.top * (1 - mExtraVScale);
1512 mDtDx * w.mVScale * mExtraVScale,
1514 mDtDy * w.mVScale * mExtraVScale, recoveringMemory);
1602 mDtDx * w.mVScale * mExtraVScale,
1604 mDtDy * w.mVScale * mExtraVScale,

Completed in 62 milliseconds