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

/frameworks/base/services/input/
H A DInputReader.h1342 int32_t mSurfaceLeft; member in class:android::TouchInputMapper
H A DInputReader.cpp2568 mSurfaceWidth(-1), mSurfaceHeight(-1), mSurfaceLeft(0), mSurfaceTop(0),
2976 mSurfaceLeft = naturalPhysicalLeft * naturalLogicalWidth / naturalPhysicalWidth;
2984 mSurfaceLeft = 0;
3016 mXTranslate = -mSurfaceLeft;
3274 dump.appendFormat(INDENT3 "SurfaceLeft: %d\n", mSurfaceLeft);

Completed in 73 milliseconds