convertDpToPixel static method

double convertDpToPixel(
  1. double dp
)

Implementation

static double convertDpToPixel(double dp) {
  return ScreenUtils.getInstance().getSp(dp);
}