Searched defs:repeatCount (Results 1 – 14 of 14) sorted by relevance
86 int repeatCount = (time > TIMER_MAX_INTERVAL_MS) ? (time / TIMER_MAX_INTERVAL_MS) : 0; in OneTiming() local
32 int32_t TimerManager::AddTimer(int32_t intervalMs, int32_t repeatCount, std::function<void()> callb… in AddTimer()79 int32_t TimerManager::AddTimerInternal(int32_t intervalMs, int32_t repeatCount, std::function<void(… in AddTimerInternal()
125 repeatCount?: number; property
52 void SetRepeatCount(int repeatCount) in SetRepeatCount()
30 int32_t repeatCount = 1; member101 void SetRepeatCount(int32_t repeatCount) in SetRepeatCount()
55 int32_t repeatCount = 0; in ParseParam() local
129 int repeatCount = GetData<int>(); in RSAnimationTimingProtocolFuzzerTest() local
206 void SetRepeatCount(int32_t repeatCount) in SetRepeatCount()
376 auto repeatCount = static_cast<int32_t>(allocatedSize / pxSum); in ParseAutoFill() local
134 auto repeatCount = paintProperty->GetLoop().value_or(DEFAULT_MARQUEE_LOOP); in StartMarqueeAnimation() local
459 auto repeatCount = argsPtrItem->GetInt("repeatCount", -1); // -1 is Infinite in JsGLTFAnimation() local
319 auto repeatCount = static_cast<int32_t>(allocatedSize / pxSum); in ParseAutoFill() local
186 int32_t repeatCount = GetIntProperty(env, objValue, "repeatCount", E_REPEAT_COUNT_ERR); in GetRepeatInfo() local
689 int32_t repeatCount = allocatedSize / pxSum; in ParseAutoFill() local