Searched refs:GetNakedCharPosition (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_area/ |
H A D | text_area_layout_algorithm.cpp | 83 …CreateInlineParagraph(textStyle, textContent_, false, pattern->GetNakedCharPosition(), paragraphDa… in MeasureContent() 231 CreateParagraph(textStyle, content, false, pattern->GetNakedCharPosition(), paragraphData); in CreateParagraphEx()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_input/ |
H A D | text_input_layout_algorithm.cpp | 72 …CreateInlineParagraph(textStyle, textContent_, false, pattern->GetNakedCharPosition(), paragraphDa… in MeasureContent() 403 pattern->GetNakedCharPosition(), paragraphData); in CreateParagraphEx()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_paint_method.cpp | 84 …textValue, textFieldPattern->GetNakedCharPosition(), needObscureText, theme->IsShowPasswordDirectl… in UpdateContentModifier()
|
H A D | text_field_pattern.h | 871 int32_t GetNakedCharPosition() const;
|
H A D | text_field_pattern.cpp | 5807 int32_t TextFieldPattern::GetNakedCharPosition() const in OnBackPressed() function in OHOS::Ace::NG::TextFieldPattern
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_field_pattern_testtwo.cpp | 1045 int32_t ret = pattern->GetNakedCharPosition(); 1049 pattern->GetNakedCharPosition(); 1052 ret = pattern->GetNakedCharPosition();
|