Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp165 mSurfaceLeft(0), in TouchInputMapper()
734 mSurfaceLeft = naturalPhysicalLeft * naturalLogicalWidth / naturalPhysicalWidth; in configureSurface()
736 mSurfaceRight = mSurfaceLeft + naturalLogicalWidth; in configureSurface()
749 mSurfaceLeft = 0; in configureSurface()
780 mXTranslate = -mSurfaceLeft; in configureSurface()
1034 dump += StringPrintf(INDENT3 "SurfaceLeft: %d\n", mSurfaceLeft); in dumpSurface()
3660 xScaled >= mSurfaceLeft && xScaled <= mSurfaceRight && in isPointInsideSurface()
DTouchInputMapper.h416 int32_t mSurfaceLeft; variable