Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h185 UNSCALED, // unscaled mapping (touchpad) enumerator
DTouchInputMapper.cpp196 if (mDeviceMode == DeviceMode::UNSCALED && mSource == AINPUT_SOURCE_TOUCHPAD) { in populateDeviceInfo()
548 if (mParameters.hasAssociatedDisplay && mDeviceMode != DeviceMode::UNSCALED) { in findViewport()
626 mDeviceMode = DeviceMode::UNSCALED; in configureSurface()
1825 if (!isPointInsideSurface(pointer.x, pointer.y) && mDeviceMode != DeviceMode::UNSCALED) { in consumeRawTouches()