Home
last modified time | relevance | path

Searched refs:SlopController (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DSlopController_test.cpp26 SlopController controller = SlopController(/*slopThreshold=*/5, /*slopDurationNanos=*/100); in TEST()
33 SlopController controller2 = SlopController(/*slopThreshold=*/5, /*slopDurationNanos=*/100); in TEST()
41 SlopController controller = SlopController(/*slopThreshold=*/5, /*slopDurationNanos=*/100); in TEST()
48 SlopController controller2 = SlopController(/*slopThreshold=*/5, /*slopDurationNanos=*/100); in TEST()
56 SlopController controller = SlopController(/*slopThreshold=*/5, /*slopDurationNanos=*/100); in TEST()
64 SlopController controller = SlopController(/*slopThreshold=*/5, /*slopDurationNanos=*/100); in TEST()
86 SlopController controller = SlopController(/*slopThreshold=*/5, /*slopDurationNanos=*/100); in TEST()
/frameworks/native/services/inputflinger/reader/mapper/
DSlopController.cpp33 SlopController::SlopController(float slopThreshold, nsecs_t slopDurationNanos) in SlopController() function in android::SlopController
36 float SlopController::consumeEvent(nsecs_t eventTimeNanos, float value) { in consumeEvent()
67 bool SlopController::shouldResetSlopTracking(nsecs_t eventTimeNanos, float value) const { in shouldResetSlopTracking()
DSlopController.h31 class SlopController final {
33 SlopController(float slopThreshold, nsecs_t slopDurationNanos);
DRotaryEncoderInputMapper.h50 std::unique_ptr<SlopController> mSlopController;
DRotaryEncoderInputMapper.cpp81 mSlopController = std::make_unique<SlopController>(slopThreshold, slopDurationNs); in reconfigure()
/frameworks/native/services/inputflinger/reader/
DAndroid.bp56 "mapper/SlopController.cpp",