-
- All Implemented Interfaces:
public class DeviceDisplay
-
-
Field Summary
Fields Modifier and Type Field Description public final static DeviceDisplay
INSTANCE
-
Method Summary
Modifier and Type Method Description final static Float
getDensity()
final static Integer
convertDpiToPx(Double dip)
final static Integer
convertPxToDpi(Integer pixel)
final static FloatArray
getScreenSizeInPX()
-
-
Method Detail
-
getDensity
final static Float getDensity()
-
convertDpiToPx
final static Integer convertDpiToPx(Double dip)
-
convertPxToDpi
final static Integer convertPxToDpi(Integer pixel)
-
getScreenSizeInPX
final static FloatArray getScreenSizeInPX()
-
-
-
-