Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Dslite_ace_ability.cpp42 isBackground_ = false; in OnForeground()
48 isBackground_ = true; in OnBackground()
66 if (!isBackground_) { in OnDestroy()
H A Dslite_ace_ability.h41 bool isBackground_ = false; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtween_option.h165 isBackground_ = isBackground; in SetIsBackground()
170 return isBackground_; in GetIsBackground()
375 bool isBackground_ = true; variable