Searched refs:mDtdx (Results 1 – 1 of 1) sorted by relevance
563 private float mDsdx, mDtdx, mDsdy, mDtdy; field in WindowStateAnimator.SurfaceTrace666 if (dsdx != mDsdx || dtdx != mDtdx || dsdy != mDsdy || dtdy != mDtdy) { in setMatrix()671 mDtdx = dtdx; in setMatrix()744 pw.print(s.mDtdx); pw.print(", "); pw.print(s.mDsdy); in dumpAllSurfaces()758 + " (" + mDsdx + "," + mDtdx + "," + mDsdy + "," + mDtdy + ")"; in toString()