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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp4820 int32_t rawLeft, rawTop, rawRight, rawBottom; local
4825 rawBottom = in.toolMajor & 0x0000ffff;
4829 rawLeft = rawTop = rawRight = rawBottom = 0;
4847 right = float(rawBottom- mRawPointerAxes.y.minValue) * mYScale + mYTranslate;
4861 top = float(mRawPointerAxes.y.maxValue - rawBottom) * mYScale + mYTranslate;
4870 left = float(mRawPointerAxes.y.maxValue - rawBottom) * mYScale + mYTranslate;
4884 bottom = float(rawBottom - mRawPointerAxes.y.minValue) * mYScale + mYTranslate;

Completed in 2553 milliseconds