Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DSlopController.cpp34 : mSlopThreshold(slopThreshold), mSlopDurationNanos(slopDurationNanos) {} in SlopController()
56 if (abs(mCumulativeValue) >= mSlopThreshold) { in consumeEvent()
60 return signOf(value) * (abs(mCumulativeValue) - mSlopThreshold); in consumeEvent()
DSlopController.h45 const float mSlopThreshold; variable