| Method and Description |
|---|
| com.intercom.commons.utilities.ScreenUtils.convertDpToPixel(float, Context)
Use
ScreenUtils.dpToPx(float, Context) instead |
| com.intercom.commons.utilities.ScreenUtils.convertPixelsToDp(float, Context)
Use
ScreenUtils.pxToDp(float, Context) instead |