Searched refs:SetAutoMaxLines (Results 1 – 5 of 5) sorted by relevance
151 void TextComponent::SetAutoMaxLines(bool autoMaxLines) in SetAutoMaxLines() function in OHOS::Ace::TextComponent153 declaration_->SetAutoMaxLines(autoMaxLines); in SetAutoMaxLines()
65 void SetAutoMaxLines(bool autoMaxLines);
122 void SetAutoMaxLines(bool autoMaxLines) in SetAutoMaxLines() function
184 declaration.SetAutoMaxLines(val == DOM_AUTO); in SetSpecializedStyle()
136 text->SetAutoMaxLines(false); in BuildWithTextIcon()