You need to divide device dimensions in pixels (as returned by adb shell wm size) by density (as returned by adb shell wm density) and multiply the result by 160
adb shell wm size
adb shell wm density