Searched refs:mSlopThreshold (Results 1 – 2 of 2) sorted by relevance
34 : mSlopThreshold(slopThreshold), mSlopDurationNanos(slopDurationNanos) {} in SlopController()56 if (abs(mCumulativeValue) >= mSlopThreshold) { in consumeEvent()60 return signOf(value) * (abs(mCumulativeValue) - mSlopThreshold); in consumeEvent()
45 const float mSlopThreshold; variable