Searched refs:needObscureText (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_layout_algorithm.h | 100 void CreateParagraph(const TextStyle& textStyle, std::string content, bool needObscureText, 103 const std::string& content, bool needObscureText, CreateParagraphData paragraphData); 104 … void CreateInlineParagraph(const TextStyle& textStyle, std::string content, bool needObscureText,
|
H A D | text_field_paint_method.cpp | 76 … auto needObscureText = isPasswordType && textFieldPattern->GetTextObscured() && !showPlaceHolder; in UpdateContentModifier() local 84 …textValue, textFieldPattern->GetNakedCharPosition(), needObscureText, theme->IsShowPasswordDirectl… in UpdateContentModifier()
|
H A D | text_field_layout_algorithm.cpp | 804 …utAlgorithm::CreateParagraph(const TextStyle& textStyle, std::string content, bool needObscureText, in CreateParagraph() argument 820 needObscureText, theme->IsShowPasswordDirectly()); in CreateParagraph() 826 const std::string& content, bool needObscureText, CreateParagraphData paragraphData) in CreateParagraph() argument 857 if (needObscureText) { in CreateParagraph() 869 bool needObscureText, int32_t nakedCharPosition, CreateParagraphData paragraphData) in CreateInlineParagraph() argument 885 needObscureText, theme->IsShowPasswordDirectly()); in CreateInlineParagraph()
|
H A D | text_field_pattern.h | 648 …const std::string& content, int32_t nakedCharPosition, bool needObscureText, bool showPasswordDire…
|
H A D | text_field_pattern.cpp | 414 …const std::string& content, int32_t nakedCharPosition, bool needObscureText, bool showPasswordDire… in CreateDisplayText() argument 416 if (!content.empty() && needObscureText) { in CreateDisplayText()
|