Home
last modified time | relevance | path

Searched refs:TILT (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/input/
DInputEventLabels.cpp383 DEFINE_AXIS(TILT), \
/frameworks/native/services/inputflinger/
DInputCommonConverter.cpp244 static_assert(static_cast<common::Axis>(AMOTION_EVENT_AXIS_TILT) == common::Axis::TILT);
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp4352 TILT = 1 << 8, enumerator
4522 if (axes & TILT) { in prepareAxes()
5437 prepareAxes(POSITION | PRESSURE | TOOL | DISTANCE | TILT); in TEST_F()