Searched refs:slopThreshold (Results 1 – 3 of 3) sorted by relevance
33 SlopController::SlopController(float slopThreshold, nsecs_t slopDurationNanos) in SlopController() argument34 : mSlopThreshold(slopThreshold), mSlopDurationNanos(slopDurationNanos) {} in SlopController()
77 float slopThreshold = propertyMap.getInt("rotary_encoder.slop_threshold").value_or(0); in reconfigure() local80 if (slopThreshold > 0 && slopDurationNs > 0) { in reconfigure()81 mSlopController = std::make_unique<SlopController>(slopThreshold, slopDurationNs); in reconfigure()
33 SlopController(float slopThreshold, nsecs_t slopDurationNanos);