Класс устройства ввода: SOURCE_CLASS_POSITION
SOURCE_CLASS_POSITION
Абсолютное позиционирование - an absolute positioning device not associated with a display (unlike SOURCE_CLASS_POINTER)
dec = 8 hex = 0x08
Устройством ввода является устройство абсолютного позиционирования, не связанное с дисплеем (в отличие от SOURCE_CLASS_POINTER). MotionEvent следует интерпретировать как абсолютные координаты в единицах поверхности, специфичных для устройства. Используйте getMotionRange(int) для запроса диапазона положений
(The input source is an absolute positioning device not associated with a display (unlike SOURCE_CLASS_POINTER). A MotionEvent should be interpreted as absolute coordinates in device-specific surface units. Use getMotionRange(int) to query the range of positions)