Searched refs:mSlopController (Results 1 – 2 of 2) sorted by relevance
66 dump += StringPrintf(INDENT3 "HaveSlopController: %s\n", toString(mSlopController != nullptr)); in dump()81 mSlopController = std::make_unique<SlopController>(slopThreshold, slopDurationNs); in reconfigure()83 mSlopController = nullptr; in reconfigure()118 if (mSlopController) { in sync()119 scroll = mSlopController->consumeEvent(when, scroll); in sync()
50 std::unique_ptr<SlopController> mSlopController; variable