Searched refs:LOOP_DURATION (Results 1 – 1 of 1) sorted by relevance
26 constexpr int32_t LOOP_DURATION = 1200; variable27 constexpr int32_t MOVE_DURATION = LOOP_DURATION / 12; // Comet move without tail.28 constexpr int32_t TAIL_DURATION = LOOP_DURATION / 4; // Comet move with tail getting longer.34 constexpr double MOVE_END = MOVE_START + LOOP_DEGREES / LOOP_DURATION * MOVE_DURATION;35 constexpr double TAIL_END = MOVE_END + LOOP_DEGREES / LOOP_DURATION * TAIL_DURATION;98 ringController_->SetDuration(LOOP_DURATION); in UpdateRingAnimation()210 cometController_->SetDuration(LOOP_DURATION); in DoCometLoopAnimation()