Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowStateAnimator.java134 float mDsDx=1, mDtDx=0, mDsDy=0, mDtDy=1; field in WindowStateAnimator
1125 mDtDx = tmpFloats[Matrix.MSKEW_Y]; in computeShownFrameLocked()
1143 || (mWin.isIdentityMatrix(mDsDx, mDtDx, mDsDy, mDtDy) in computeShownFrameLocked()
1224 mDtDx = tmpFloats[Matrix.MSKEW_Y]; in computeShownFrameLocked()
1245 mDtDx = 0; in computeShownFrameLocked()
1501 || mLastDtDx != mDtDx in prepareSurfaceLocked()
1511 mLastDtDx = mDtDx; in prepareSurfaceLocked()
1519 + "," + mDtDx + "*" + w.mVScale in prepareSurfaceLocked()
1529 mDsDx * w.mHScale, mDtDx * w.mVScale, in prepareSurfaceLocked()
1948 pw.print(" mDtDx="); pw.print(mDtDx); in dump()
DAccessibilityController.java206 sTempFloats[Matrix.MSKEW_Y] = windowState.mWinAnimator.mDtDx; in populateTransformationMatrixLocked()