Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.h140 return freeze_; in IsFreeze()
628 bool freeze_; variable
H A Dcomponent.cpp98 freeze_ = false; in Component()
100 freeze_ = JSObject::GetBoolean(attrs, ATTR_FREEZE); in Component()
1096 if (freeze_) { in ParseAttrs()