Searched refs:sideMarginPx (Results 1 – 1 of 1) sorted by relevance
227 public int getWidthInDp(int sideMarginPx) { in getWidthInDp() argument228 return (int) ((getWidth() - sideMarginPx * 2) / mDensity); in getWidthInDp()