Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DSlopController.cpp33 SlopController::SlopController(float slopThreshold, nsecs_t slopDurationNanos) in SlopController() argument
34 : mSlopThreshold(slopThreshold), mSlopDurationNanos(slopDurationNanos) {} in SlopController()
DRotaryEncoderInputMapper.cpp77 float slopThreshold = propertyMap.getInt("rotary_encoder.slop_threshold").value_or(0); in reconfigure() local
80 if (slopThreshold > 0 && slopDurationNs > 0) { in reconfigure()
81 mSlopController = std::make_unique<SlopController>(slopThreshold, slopDurationNs); in reconfigure()
DSlopController.h33 SlopController(float slopThreshold, nsecs_t slopDurationNanos);