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