hSp static method

double hSp(
  1. double s
)

Implementation

static double hSp(double s) {
  return s * 1.0 * MxBaseUserInfo.instance.deviceSize.width / sWidth;
}