Home
last modified time | relevance | path

Searched refs:dip (Results 1 – 1 of 1) sorted by relevance

/cts/libs/deviceutil/src/android/cts/util/
DWidgetTestUtils.java108 public static int convertDipToPixels(Context context, int dip) { in convertDipToPixels() argument
110 return Math.round(density * dip); in convertDipToPixels()