Home
last modified time | relevance | path

Searched refs:rateChanged_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/display_sync/
H A Dui_display_sync.cpp40 rateChanged_ = true; in CheckRate()
55 if (rateChanged_) { in JudgeWhetherSkip()
57 rateChanged_ = false; in JudgeWhetherSkip()
H A Dui_display_sync.h207 bool rateChanged_ = true; variable