public class Utils
extends java.lang.Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isRtl(android.content.res.Resources res) |
static int |
toPixels(android.content.res.Resources res,
float dp)
Converts dp to px
|
static int |
toScreenPixels(android.content.res.Resources res,
float sp)
Converts sp to px
|
public static int toPixels(android.content.res.Resources res,
float dp)
res - Resourcesdp - the value in dppublic static int toScreenPixels(android.content.res.Resources res,
float sp)
res - Resourcessp - the value in sppublic static boolean isRtl(android.content.res.Resources res)