int width()

in shimmer/src/main/java/com/facebook/shimmer/Shimmer.java [85:87]


  int width(int width) {
    return fixedWidth > 0 ? fixedWidth : Math.round(widthRatio * width);
  }