Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/input/
H A DInputEventLabels.cpp347 DEFINE_AXIS(TILT), \
/aosp12/frameworks/native/services/inputflinger/
H A DInputClassifierConverter.cpp268 common::V1_0::Axis::TILT);
/aosp12/hardware/interfaces/input/common/1.0/
H A Dtypes.hal147 * is pointing right. See also {@link TILT}.
280 TILT = 25,
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp4653 TILT = 1 << 8, enumerator
4823 if (axes & TILT) { in prepareAxes()
5673 prepareAxes(POSITION | PRESSURE | TOOL | DISTANCE | TILT); in TEST_F()