Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element.h161 bool isElementPrepared_ = false; variable
H A Dvideo_element.cpp627 isElementPrepared_ = true; in Prepare()
790 if (newComponent == nullptr || !isElementPrepared_) { in SetNewComponent()