Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowStateAnimator.java173 float mDsDx=1, mDtDx=0, mDsDy=0, mDtDy=1; field in WindowStateAnimator
1030 mDsDx = tmpFloats[Matrix.MSCALE_X]; in computeShownFrameLocked()
1046 || (mWin.isIdentityMatrix(mDsDx, mDtDx, mDsDy, mDtDy) in computeShownFrameLocked()
1126 mDsDx = tmpFloats[Matrix.MSCALE_X]; in computeShownFrameLocked()
1142 mDsDx = mWin.mGlobalScale; in computeShownFrameLocked()
1498 mSurfaceController.setMatrixInTransaction(mDsDx * w.mHScale * mExtraHScale, in setSurfaceBoundariesLocked()
1561 || mLastDsDx != mDsDx in prepareSurfaceLocked()
1571 mLastDsDx = mDsDx; in prepareSurfaceLocked()
1580 + " matrix=[" + mDsDx + "*" + w.mHScale in prepareSurfaceLocked()
1587 mDsDx * w.mHScale * mExtraHScale, in prepareSurfaceLocked()
[all …]
DAccessibilityController.java217 sTempFloats[Matrix.MSCALE_X] = windowState.mWinAnimator.mDsDx; in populateTransformationMatrixLocked()