wp static method

double wp(
  1. double percent
)

Implementation

static double wp(double percent) {
  return screenWidth * percent;
}