Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h488 int32_t mPhysicalHeight; variable
DTouchInputMapper.cpp173 mPhysicalHeight(-1), in TouchInputMapper()
738 mPhysicalHeight = naturalPhysicalHeight; in configureSurface()
751 mPhysicalHeight = rawHeight; in configureSurface()
1050 dump += StringPrintf(INDENT3 "PhysicalHeight: %dpx\n", mPhysicalHeight); in dumpSurface()
3670 scaledY >= mPhysicalTop && scaledY <= mPhysicalTop + mPhysicalHeight; in isPointInsideSurface()