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 D | text_field_paint_method.cpp | 76 … auto needObscureText = isPasswordType && textFieldPattern->GetTextObscured() && !showPlaceHolder; in UpdateContentModifier() local
|
H A D | text_field_layout_algorithm.cpp | 804 …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 D | text_field_pattern.cpp | 414 …const std::string& content, int32_t nakedCharPosition, bool needObscureText, bool showPasswordDire… in CreateDisplayText()
|