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.java175 float mDsDx=1, mDtDx=0, mDsDy=0, mDtDy=1; field in WindowStateAnimator
986 mDsDx = tmpFloats[Matrix.MSCALE_X]; in computeShownFrameLocked()
1002 || (mWin.isIdentityMatrix(mDsDx, mDtDx, mDtDy, mDsDy) in computeShownFrameLocked()
1075 mDsDx = tmpFloats[Matrix.MSCALE_X]; in computeShownFrameLocked()
1091 mDsDx = mWin.mGlobalScale; in computeShownFrameLocked()
1510 mSurfaceController.setMatrixInTransaction(mDsDx * w.mHScale * mExtraHScale, in setSurfaceBoundariesLocked()
1574 || mLastDsDx != mDsDx in prepareSurfaceLocked()
1584 mLastDsDx = mDsDx; in prepareSurfaceLocked()
1593 + " matrix=[" + mDsDx + "*" + w.mHScale in prepareSurfaceLocked()
1600 mDsDx * w.mHScale * mExtraHScale, in prepareSurfaceLocked()
[all …]
DAccessibilityController.java234 sTempFloats[Matrix.MSCALE_X] = windowState.mWinAnimator.mDsDx; in populateTransformationMatrixLocked()