Home
last modified time | relevance | path

Searched defs:needObscureText (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_paint_method.cpp76 … auto needObscureText = isPasswordType && textFieldPattern->GetTextObscured() && !showPlaceHolder; in UpdateContentModifier() local
H A Dtext_field_layout_algorithm.cpp804 …utAlgorithm::CreateParagraph(const TextStyle& textStyle, std::string content, bool needObscureText, in CreateParagraph()
826 const std::string& content, bool needObscureText, CreateParagraphData paragraphData) in CreateParagraph()
869 bool needObscureText, int32_t nakedCharPosition, CreateParagraphData paragraphData) in CreateInlineParagraph()
H A Dtext_field_pattern.cpp414 …const std::string& content, int32_t nakedCharPosition, bool needObscureText, bool showPasswordDire… in CreateDisplayText()