Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:rawLeft

5085         int32_t rawLeft, rawTop, rawRight, rawBottom;
5088 rawLeft = (in.toolMinor & 0xffff0000) >> 16;
5094 rawLeft = rawTop = rawRight = rawBottom = 0;
5113 bottom = float(mRawPointerAxes.x.maxValue - rawLeft) * mXScale + mXTranslate;
5124 right = float(mRawPointerAxes.x.maxValue - rawLeft) * mXScale + mXTranslate;
5138 top = float(rawLeft - mRawPointerAxes.x.minValue) * mXScale + mXTranslate;
5147 left = float(rawLeft - mRawPointerAxes.x.minValue) * mXScale + mXTranslate;