-
public class ViewUtils
-
-
Method Summary
Modifier and Type Method Description final IntegerdpToPx(Integer dp)final IntegergetWindowHeight(Activity activity)final IntArraygetCutoutAndStatusBarInsets(Activity activity)final IntegergetFullbleedWindowWidth(Activity activity)final IntegergetWindowWidth(Activity activity)-
-
Method Detail
-
getWindowHeight
final Integer getWindowHeight(Activity activity)
-
getCutoutAndStatusBarInsets
final IntArray getCutoutAndStatusBarInsets(Activity activity)
-
getFullbleedWindowWidth
final Integer getFullbleedWindowWidth(Activity activity)
-
getWindowWidth
final Integer getWindowWidth(Activity activity)
-
-
-
-