Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/src/
H A Droot_scene.cpp231 int32_t requestTimes = vsyncStation_->GetRequestVsyncTimes(); in IsLastFrameLayoutFinished() local
232 TLOGI(WmsLogTag::WMS_LAYOUT, "vsync request times: %{public}d", requestTimes); in IsLastFrameLayoutFinished()
233 return requestTimes <= 0; in IsLastFrameLayoutFinished()