Searched refs:isFirstStart_ (Results 1 – 2 of 2) sorted by relevance
50 isFirstStart_ = false; in ApplyCurrentOffset()53 isFirstStart_ = true; in ApplyCurrentOffset()112 auto canRebound = !isFirstStart_ && velocity < MIN_VELOCITY; in ShouldStartRebound()122 isFirstStart_ = false; in Reset()
86 bool isFirstStart_ = false; variable