Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp3062 mPhysicalWidth(-1), mPhysicalHeight(-1), mPhysicalLeft(0), mPhysicalTop(0), in TouchInputMapper()
3618 mPhysicalHeight = naturalPhysicalHeight; in configureSurface()
3631 mPhysicalHeight = rawHeight; in configureSurface()
3936 dump += StringPrintf(INDENT3 "PhysicalHeight: %dpx\n", mPhysicalHeight); in dumpSurface()
6592 && scaledY >= mPhysicalTop && scaledY <= mPhysicalTop + mPhysicalHeight; in isPointInsideSurface()
DInputReader.h1304 int32_t mPhysicalHeight; variable