Searched refs:mDsdx (Results 1 – 1 of 1) sorted by relevance
564 private float mDsdx, mDtdx, mDsdy, mDtdy; field in WindowStateAnimator.SurfaceTrace672 if (dsdx != mDsdx || dtdx != mDtdx || dsdy != mDsdy || dtdy != mDtdy) { in setMatrix()676 mDsdx = dsdx; in setMatrix()749 pw.print(" Transform: ("); pw.print(s.mDsdx); pw.print(", "); in dumpAllSurfaces()764 + " (" + mDsdx + "," + mDtdx + "," + mDsdy + "," + mDtdy + ")"; in toString()