Home
last modified time | relevance | path

Searched refs:rawYResolution (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp966 const int32_t rawYResolution = mRawPointerAxes.y.resolution; in configureInputDevice() local
969 (rawXResolution > 0 && rawYResolution > 0) ? (rawXResolution + rawYResolution) / 2 : 0; in configureInputDevice()