Home
last modified time | relevance | path

Searched refs:GetPreviewTextEnd (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h1362 int32_t GetPreviewTextEnd() const in GetPreviewTextEnd() function
1369 return contentController_->GetSelectedValue(GetPreviewTextStart(), GetPreviewTextEnd()); in GetPreviewTextValue()
H A Dtext_field_pattern.cpp5387 UpdatePreviewIndex(GetPreviewTextStart(), GetPreviewTextEnd() - length); in DeleteBackwardOperation()
5405 UpdatePreviewIndex(GetPreviewTextStart(), GetPreviewTextEnd() - length); in DeleteForwardOperation()
7069 dumpLog.AddDesc(std::string("PreviewTextEnd:").append(std::to_string(GetPreviewTextEnd()))); in OnBackPressed()
8233 auto end = GetPreviewTextEnd(); in OnBackPressed()
8249 int32_t newCaretPosition = std::max(end, GetPreviewTextEnd()) + delta; in OnBackPressed()
8293 auto end = GetPreviewTextEnd(); in OnBackPressed()
8325 paragraph_->GetRectsForRange(GetPreviewTextStart(), GetPreviewTextEnd(), boxes); in OnBackPressed()
8357 auto paintEnd =paintProperty->GetPreviewTextEnd(); in OnBackPressed()
8374 paintEnd.value() != GetPreviewTextEnd(); in OnBackPressed()
8376 paintProperty->UpdatePreviewTextEnd(GetPreviewTextEnd()); in OnBackPressed()
[all …]