Home
last modified time | relevance | path

Searched refs:AMOTION_EVENT_AXIS_TILT (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/input/
DMotionPredictor.cpp210 .tilt = event.getHistoricalAxisValue(AMOTION_EVENT_AXIS_TILT, in record()
307 coords.setAxisValue(AMOTION_EVENT_AXIS_TILT, in predict()
308 event.getAxisValue(AMOTION_EVENT_AXIS_TILT, 0)); in predict()
/frameworks/native/include/android/
Dinput.h667 AMOTION_EVENT_AXIS_TILT = 25, enumerator
/frameworks/native/services/inputflinger/
DInputCommonConverter.cpp244 static_assert(static_cast<common::Axis>(AMOTION_EVENT_AXIS_TILT) == common::Axis::TILT);
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp266 pointerCoords.getAxisValue(AMOTION_EVENT_AXIS_TILT), in dump()
743 .axis = AMOTION_EVENT_AXIS_TILT, in initializeOrientedRanges()
2404 out.setAxisValue(AMOTION_EVENT_AXIS_TILT, tilt); in cookPointerData()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp5474 ASSERT_EQ(tilt, args.pointerCoords[0].getAxisValue(AMOTION_EVENT_AXIS_TILT)); in TEST_F()