Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp3062 mPhysicalWidth(-1), mPhysicalHeight(-1), mPhysicalLeft(0), mPhysicalTop(0), in TouchInputMapper()
3620 mPhysicalTop = naturalPhysicalTop; in configureSurface()
3633 mPhysicalTop = 0; in configureSurface()
3938 dump += StringPrintf(INDENT3 "PhysicalTop: %d\n", mPhysicalTop); in dumpSurface()
6592 && scaledY >= mPhysicalTop && scaledY <= mPhysicalTop + mPhysicalHeight; in isPointInsideSurface()
DInputReader.h1306 int32_t mPhysicalTop; variable