Searched refs:mSurfaceOrientation (Results 1 - 2 of 2) sorted by last modified time

/frameworks/native/services/inputflinger/
H A DInputReader.cpp2597 mSurfaceOrientation(DISPLAY_ORIENTATION_0) {
3045 mSurfaceOrientation = mParameters.orientationAware ?
3052 mSurfaceOrientation = DISPLAY_ORIENTATION_0;
3076 mSurfaceOrientation, mDeviceMode, mViewport.displayId);
3263 switch (mSurfaceOrientation) {
3356 dump.appendFormat(INDENT3 "SurfaceOrientation: %d\n", mSurfaceOrientation);
3682 mSurfaceOrientation);
4309 switch (mSurfaceOrientation) {
4852 rotateDelta(mSurfaceOrientation, &deltaX, &deltaY);
4994 rotateDelta(mSurfaceOrientation,
[all...]
H A DInputReader.h1406 int32_t mSurfaceOrientation; member in class:android::TouchInputMapper

Completed in 773 milliseconds