Searched refs:NEW_MIN_TURN_PAGE_VELOCITY (Results 1 – 1 of 1) sorted by relevance
73 constexpr int32_t NEW_MIN_TURN_PAGE_VELOCITY = 780; variable2872 if (!onlyDistance && std::abs(velocity) > NEW_MIN_TURN_PAGE_VELOCITY && velocity != 0.0f) { in ComputeSwipePageNextIndex()2901 ? NEW_MIN_TURN_PAGE_VELOCITY in ComputeNextIndexInSinglePage()2935 …y = Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_ELEVEN) ? NEW_MIN_TURN_PAGE_VELOCITY in ComputeNextIndexByVelocity()