Searched refs:dpToPx (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery/src/com/android/camera/
H A DGridViewSpecial.java82 mCellWidth = dpToPx(w, metrics);
83 mCellHeight = dpToPx(h, metrics);
84 mCellSpacing = dpToPx(intercellSpacing, metrics);
85 mLeftEdgePadding = dpToPx(leftEdgePadding, metrics);
105 private static int dpToPx(int dp, DisplayMetrics metrics) { method in class:GridViewSpecial

Completed in 5 milliseconds