Home
last modified time | relevance | path

Searched refs:mRawRotation (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h445 ui::Transform mRawRotation; variable
DTouchInputMapper.cpp214 mRawRotation.dump(dump, "RawRotation Transform:", INDENT4); in dump()
911 mRawRotation = ui::Transform{mRawToDisplay.getOrientation()}; in computeInputTransforms()
2346 orientation = transformAngle(mRawRotation, atan2f(-sinf(tiltXAngle), sinf(tiltYAngle)), in cookPointerData()
2354 orientation = transformAngle(mRawRotation, in.orientation * mOrientationScale, in cookPointerData()
2361 orientation = transformAngle(mRawRotation, atan2f(c1, c2) * 0.5f, in cookPointerData()