Searched refs:mDsdy (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()678 mDsdy = dsdy; in setMatrix()750 pw.print(s.mDtdx); pw.print(", "); pw.print(s.mDsdy); in dumpAllSurfaces()764 + " (" + mDsdx + "," + mDtdx + "," + mDsdy + "," + mDtdy + ")"; in toString()