Package io.rong.imkit.picture.tools
Class ScreenUtils
-
- All Implemented Interfaces:
public class ScreenUtils
-
-
Constructor Summary
Constructors Constructor Description ScreenUtils()
-
Method Summary
Modifier and Type Method Description static int
dip2px(Context context, float dpValue)
dp2px static int
getScreenWidth(Context context)
static int
getScreenHeight(Context context)
static int
getStatusBarHeight(Context context)
-
-
Method Detail
-
dip2px
static int dip2px(Context context, float dpValue)
dp2px
-
getScreenWidth
static int getScreenWidth(Context context)
-
getScreenHeight
static int getScreenHeight(Context context)
-
getStatusBarHeight
static int getStatusBarHeight(Context context)
-
-
-
-