Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dshared_transition_effect.cpp280 …if (((isLazy && autoWidth_) || (widthIter == propertyMap.end())) && !NearEqual(destSize.Width(), s… in CreateSizeAnimation()
284 autoWidth_ = true; in CreateSizeAnimation()
329 autoWidth_ = false; in CreateAnimation()
H A Dshared_transition_effect.h116 bool autoWidth_ = true; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_layout_algorithm.cpp167 if (autoWidth_) { in InlineMeasureContent()
302 if (autoWidth_) { in PlaceHolderMeasureContent()
342 if (autoWidth_) { in TextAreaMeasureContent()
392 } else if (autoWidth_) { in CalculateContentWidth()
399 if (autoWidth_) { in CalculateContentWidth()
H A Dtext_field_layout_algorithm.h160 bool autoWidth_ = false; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_area/
H A Dtext_area_layout_algorithm.cpp72 autoWidth_ = textFieldLayoutProperty->GetWidthAutoValue(false); in MeasureContent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_input/
H A Dtext_input_layout_algorithm.cpp61 autoWidth_ = textFieldLayoutProperty->GetWidthAutoValue(false); in MeasureContent()