Searched refs:GetPreviewTextEnd (Results 1 – 2 of 2) sorted by relevance
1362 int32_t GetPreviewTextEnd() const in GetPreviewTextEnd() function1369 return contentController_->GetSelectedValue(GetPreviewTextStart(), GetPreviewTextEnd()); in GetPreviewTextValue()
5387 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 …]