public class DensityUtil
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
float |
density |
| 构造器和说明 |
|---|
DensityUtil() |
public static int dp2px(float dpValue)
dpValue - 虚拟像素public static float px2dp(int pxValue)
pxValue - 像素public int dip2px(float dpValue)
dpValue - 虚拟像素public float px2dip(int pxValue)
pxValue - 像素