Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp3061 mSurfaceWidth(-1), mSurfaceHeight(-1), mSurfaceLeft(0), mSurfaceTop(0), in TouchInputMapper()
3624 mSurfaceLeft = naturalPhysicalLeft * naturalLogicalWidth / naturalPhysicalWidth; in configureSurface()
3637 mSurfaceLeft = 0; in configureSurface()
3668 mXTranslate = -mSurfaceLeft; in configureSurface()
3933 dump += StringPrintf(INDENT3 "SurfaceLeft: %d\n", mSurfaceLeft); in dumpSurface()
DInputReader.h1298 int32_t mSurfaceLeft; variable