Home
last modified time | relevance | path

Searched refs:isFirstRequestVsync_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_window.cpp135 if (isFirstRequestVsync_) { in RequestFrame()
136 isFirstRequestVsync_ = false; in RequestFrame()
H A Drosen_window.h129 bool isFirstRequestVsync_ = true; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_distributor.h104 bool isFirstRequestVsync_ = true; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_distributor.cpp134 if (isFirstRequestVsync_) { in RequestNextVSync()
135 isFirstRequestVsync_ = false; in RequestNextVSync()