Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h837 bool isPointInsidePhysicalFrame(int32_t x, int32_t y) const;
DTouchInputMapper.cpp1833 if (isPointInsidePhysicalFrame(pointer.x, pointer.y)) { in consumeRawTouches()
1852 if (!isPointInsidePhysicalFrame(pointer.x, pointer.y) && in consumeRawTouches()
3713 bool TouchInputMapper::isPointInsidePhysicalFrame(int32_t x, int32_t y) const { in isPointInsidePhysicalFrame() function in android::TouchInputMapper