Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:rawBottom

4287         int32_t rawLeft, rawTop, rawRight, rawBottom;
4292 rawBottom = in.toolMajor & 0x0000ffff;
4296 rawLeft = rawTop = rawRight = rawBottom = 0;
4314 right = float(rawBottom- mRawPointerAxes.y.minValue) * mYScale + mYTranslate;
4328 top = float(mRawPointerAxes.y.maxValue - rawBottom) * mYScale + mYTranslate;
4337 left = float(mRawPointerAxes.y.maxValue - rawBottom) * mYScale + mYTranslate;
4351 bottom = float(rawBottom - mRawPointerAxes.y.minValue) * mYScale + mYTranslate;