Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_content_pattern.h337 return customStyleNode_ != nullptr; in HasSubTabBarStyleNode()
342 customStyleNode_ = customStyleNode; in SetCustomStyleNode()
347 return customStyleNode_; in FireCustomStyleNode()
361 RefPtr<FrameNode> customStyleNode_ = nullptr; variable