Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp172 mSurfaceLeft(0), in TouchInputMapper()
731 mSurfaceLeft = naturalPhysicalLeft * naturalLogicalWidth / naturalPhysicalWidth; in configureSurface()
733 mSurfaceRight = mSurfaceLeft + naturalLogicalWidth; in configureSurface()
763 mSurfaceLeft = 0; in configureSurface()
799 mXTranslate = -mSurfaceLeft; in configureSurface()
1054 dump += StringPrintf(INDENT3 "SurfaceLeft: %d\n", mSurfaceLeft); in dumpSurface()
3739 xScaled >= mSurfaceLeft && xScaled <= mSurfaceRight && in isPointInsideSurface()
DTouchInputMapper.h421 int32_t mSurfaceLeft; variable