Home
last modified time | relevance | path

Searched refs:TOUCH_NAVIGATION (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/services/inputflinger/
DInputDeviceMetricsSource.h44 TOUCH_NAVIGATION = util::INPUT_DEVICE_USAGE_REPORTED__USAGE_SOURCES__TOUCH_NAVIGATION, enumerator
DInputDeviceMetricsSource.cpp93 sources.emplace(InputDeviceUsageSource::TOUCH_NAVIGATION); in getUsageSourcesForMotionArgs()
DInputCommonConverter.cpp53 common::Source::TOUCH_NAVIGATION, in getSource()
/frameworks/native/services/inputflinger/tests/
DInputDeviceMetricsSource_test.cpp235 case InputDeviceUsageSource::TOUCH_NAVIGATION: { in TEST_P()
236 std::set<InputDeviceUsageSource> srcs{InputDeviceUsageSource::TOUCH_NAVIGATION}; in TEST_P()
/frameworks/proto_logging/stats/enums/input/
Denums.proto209 TOUCH_NAVIGATION = 14; enumerator
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h231 TOUCH_NAVIGATION, enumerator
DTouchInputMapper.cpp417 (parameters.deviceType == Parameters::DeviceType::TOUCH_NAVIGATION && in computeParameters()
472 deviceType = Parameters::DeviceType::TOUCH_NAVIGATION; in computeDeviceType()
933 } else if (mParameters.deviceType == Parameters::DeviceType::TOUCH_NAVIGATION) { in configureInputDevice()