Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DRotaryEncoderInputMapper.cpp78 int32_t slopDurationNs = milliseconds_to_nanoseconds( in reconfigure() local
80 if (slopThreshold > 0 && slopDurationNs > 0) { in reconfigure()
81 mSlopController = std::make_unique<SlopController>(slopThreshold, slopDurationNs); in reconfigure()