Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.h432 int32_t mSurfaceRight; variable
H A DTouchInputMapper.cpp174 mSurfaceRight(0), in TouchInputMapper()
757 mSurfaceRight = mSurfaceLeft + naturalLogicalWidth; in configureSurface()
1085 dump += StringPrintf(INDENT3 "SurfaceRight: %d\n", mSurfaceRight); in dumpSurface()
3747 y = xScaledMax - (mRawSurfaceWidth - mSurfaceRight); in rotateAndScale()
3751 x = xScaledMax - (mRawSurfaceWidth - mSurfaceRight); in rotateAndScale()
3768 xScaled >= mSurfaceLeft && xScaled <= mSurfaceRight && in isPointInsideSurface()