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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp3092 mSurfaceOrientation(DISPLAY_ORIENTATION_0) {
3604 mSurfaceOrientation = mParameters.orientationAware ?
3611 mSurfaceOrientation = DISPLAY_ORIENTATION_0;
3635 mSurfaceOrientation, mDeviceMode, mViewport.displayId);
3824 switch (mSurfaceOrientation) {
3917 dump += StringPrintf(INDENT3 "SurfaceOrientation: %d\n", mSurfaceOrientation);
4245 mSurfaceOrientation);
5107 switch (mSurfaceOrientation) {
5654 rotateDelta(mSurfaceOrientation, &deltaX, &deltaY);
5795 rotateDelta(mSurfaceOrientation,
[all...]
H A DInputReader.h1527 int32_t mSurfaceOrientation; member in class:android::TouchInputMapper

Completed in 52 milliseconds