Screen Utils
class ScreenUtils
Content copied to clipboard
author: Blankj
blog : http://blankj.com
time : 2016/08/02
desc : utils about screen
Functions
getScreenDensity
Link copied to clipboard
getScreenDensityDpi
Link copied to clipboard
getScreenHeight
Link copied to clipboard
getScreenRotation
Link copied to clipboard
getScreenWidth
Link copied to clipboard
getSleepDuration
Link copied to clipboard
isLandscape
Link copied to clipboard
isPortrait
Link copied to clipboard
isScreenLock
Link copied to clipboard
screenShot
Link copied to clipboard
open fun screenShot(@NonNull() activity: Activity, isDeleteStatusBar: Boolean): Bitmap
Content copied to clipboard
setFullScreen
Link copied to clipboard
setLandscape
Link copied to clipboard
setPortrait
Link copied to clipboard
setSleepDuration
Link copied to clipboard