Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigator/
H A Dnavigator_component.h85 return isDefHeight_; in IsDefHeight()
90 isDefHeight_ = isDefHeight; in SetIsDefHeight()
118 bool isDefHeight_ = false; variable
H A Drender_navigator.cpp92 isDefHeight_ = navigator->IsDefHeight(); in Update()
114 if (!isDefHeight_) { in PerformLayout()
H A Drender_navigator.h87 bool isDefHeight_ = false; variable