Searched refs:dip (Results 1 – 1 of 1) sorted by relevance
108 public static int convertDipToPixels(Context context, int dip) { in convertDipToPixels() argument110 return Math.round(density * dip); in convertDipToPixels()