Home
last modified time | relevance | path

Searched refs:IsPredictTaskEmpty (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dui_task_scheduler.h108 bool IsPredictTaskEmpty();
H A Dui_task_scheduler.cpp375 bool UITaskScheduler::IsPredictTaskEmpty() in IsPredictTaskEmpty() function in OHOS::Ace::NG::UITaskScheduler
H A Dpipeline_context.cpp4518 if (taskScheduler_ && !taskScheduler_->IsPredictTaskEmpty()) { in StopWindowAnimation()