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

/frameworks/base/services/input/
H A DInputReader.cpp2569 mSurfaceOrientation(DISPLAY_ORIENTATION_0) {
2979 mSurfaceOrientation = mParameters.orientationAware ?
2986 mSurfaceOrientation = DISPLAY_ORIENTATION_0;
3011 mSurfaceOrientation, mDeviceMode, mViewport.displayId);
3190 switch (mSurfaceOrientation) {
3276 dump.appendFormat(INDENT3 "SurfaceOrientation: %d\n", mSurfaceOrientation);
4168 switch (mSurfaceOrientation) {
4676 rotateDelta(mSurfaceOrientation, &deltaX, &deltaY);
4814 rotateDelta(mSurfaceOrientation, &deltaX, &deltaY);
5070 rotateDelta(mSurfaceOrientation,
[all...]
H A DInputReader.h1344 int32_t mSurfaceOrientation; member in class:android::TouchInputMapper

Completed in 36 milliseconds