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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp2728 mSurfaceOrientation(DISPLAY_ORIENTATION_0) {
3206 mSurfaceOrientation = mParameters.orientationAware ?
3213 mSurfaceOrientation = DISPLAY_ORIENTATION_0;
3237 mSurfaceOrientation, mDeviceMode, mViewport.displayId);
3424 switch (mSurfaceOrientation) {
3517 dump.appendFormat(INDENT3 "SurfaceOrientation: %d\n", mSurfaceOrientation);
3843 mSurfaceOrientation);
4693 switch (mSurfaceOrientation) {
5239 rotateDelta(mSurfaceOrientation, &deltaX, &deltaY);
5381 rotateDelta(mSurfaceOrientation,
[all...]
H A DInputReader.h1519 int32_t mSurfaceOrientation; member in class:android::TouchInputMapper

Completed in 678 milliseconds