Searched refs:textfieldLayoutProperty (Results 1 – 1 of 1) sorted by relevance
82 …auto textfieldLayoutProperty = AceType::DynamicCast<TextFieldLayoutProperty>(layoutWrapper->GetLay… in Measure() local84 CHECK_NULL_RETURN(textfieldLayoutProperty, size); in Measure()85 auto childLayoutConstraint = textfieldLayoutProperty->CreateChildConstraint(); in Measure()