Searched refs:SlopController (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | SlopController_test.cpp | 26 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/ |
D | SlopController.cpp | 33 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()
|
D | SlopController.h | 31 class SlopController final { 33 SlopController(float slopThreshold, nsecs_t slopDurationNanos);
|
D | RotaryEncoderInputMapper.h | 50 std::unique_ptr<SlopController> mSlopController;
|
D | RotaryEncoderInputMapper.cpp | 81 mSlopController = std::make_unique<SlopController>(slopThreshold, slopDurationNs); in reconfigure()
|
/frameworks/native/services/inputflinger/reader/ |
D | Android.bp | 56 "mapper/SlopController.cpp",
|