Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:rawRight

4287         int32_t rawLeft, rawTop, rawRight, rawBottom;
4291 rawRight = in.toolMinor & 0x0000ffff;
4296 rawLeft = rawTop = rawRight = rawBottom = 0;
4316 top = float(mRawPointerAxes.x.maxValue - rawRight) * mXScale + mXTranslate;
4325 left = float(mRawPointerAxes.x.maxValue - rawRight) * mXScale + mXTranslate;
4339 bottom = float(rawRight - mRawPointerAxes.x.minValue) * mXScale + mXTranslate;
4350 right = float(rawRight