Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigator/
H A Dnavigator_component.h95 return isDefWidth_; in IsDefWidth()
100 isDefWidth_ = isDefWidth; in SetIsDefWidth()
119 bool isDefWidth_ = false; variable
H A Drender_navigator.cpp93 isDefWidth_ = navigator->IsDefWidth(); in Update()
117 if (!isDefWidth_) { in PerformLayout()
H A Drender_navigator.h88 bool isDefWidth_ = false; variable