android 中指针位置显示的压力单位是什么?

what are the units of pressure shown by pointer location in android?

在 android 中使用指针位置(在开发人员选项中可用)时,它显示了压力和大小的一些值。尺寸和压力的单位是什么。 我在某处读到它是归一化压力,但是参考什么归一化了..它也应该有一些单位吧?

没有单位。压力只是一个从 0 到 1 的浮点数。

The pressure generally ranges from 0 (no pressure at all) to 1 (normal pressure), although values higher than 1 may be generated depending on the calibration of the input device.

来源:http://developer.android.com/reference/android/view/MotionEvent.PointerCoords.html#pressure