Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h482 int32_t mSurfaceLeft; variable
DTouchInputMapper.cpp170 mSurfaceLeft(0), in TouchInputMapper()
744 mSurfaceLeft = naturalPhysicalLeft * naturalLogicalWidth / naturalPhysicalWidth; in configureSurface()
757 mSurfaceLeft = 0; in configureSurface()
793 mXTranslate = -mSurfaceLeft; in configureSurface()
1047 dump += StringPrintf(INDENT3 "SurfaceLeft: %d\n", mSurfaceLeft); in dumpSurface()