Home | History | Annotate | Download | only in inputflinger

Lines Matching defs:rawLeft

4828         int32_t rawLeft, rawTop, rawRight, rawBottom;
4831 rawLeft = (in.toolMinor & 0xffff0000) >> 16;
4837 rawLeft = rawTop = rawRight = rawBottom = 0;
4856 bottom = float(mRawPointerAxes.x.maxValue - rawLeft) * mXScale + mXTranslate;
4867 right = float(mRawPointerAxes.x.maxValue - rawLeft) * mXScale + mXTranslate;
4881 top = float(rawLeft - mRawPointerAxes.x.minValue) * mXScale + mXTranslate;
4890 left = float(rawLeft - mRawPointerAxes.x.minValue) * mXScale + mXTranslate;