Searched refs:wrapperLayoutProperty (Results 1 – 1 of 1) sorted by relevance
44 auto wrapperLayoutProperty = wrapperNode->GetLayoutProperty<LinearLayoutProperty>(); in CreateKeyboard() local45 CHECK_NULL_RETURN(wrapperLayoutProperty, nullptr); in CreateKeyboard()46 wrapperLayoutProperty->UpdateMeasureType(MeasureType::MATCH_PARENT_CROSS_AXIS); in CreateKeyboard()