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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp3179 dump += StringPrintf(INDENT4 "OrientationScale: %0.3f\n", mOrientationScale);
3758 mOrientationScale = 0;
3775 mOrientationScale = M_PI_2 / mRawPointerAxes.orientation.maxValue;
3777 mOrientationScale = -M_PI_2 / mRawPointerAxes.orientation.minValue;
3779 mOrientationScale = 0;
5051 orientation = in.orientation * mOrientationScale;
H A DInputReader.h1544 float mOrientationScale; member in class:android::TouchInputMapper

Completed in 228 milliseconds