Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dshared_transition_effect.cpp289 if (((isLazy && autoHeight_) || (heightIter == propertyMap.end())) && in CreateSizeAnimation()
294 autoHeight_ = true; in CreateSizeAnimation()
330 autoHeight_ = false; in CreateAnimation()
H A Dshared_transition_effect.h117 bool autoHeight_ = true; variable