Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h467 void AIDeleteComb(int32_t start, int32_t end, int32_t& aiPosition, bool direction);
H A Drich_editor_pattern.cpp10493 void RichEditorPattern::AIDeleteComb(int32_t start, int32_t end, int32_t& aiPosition, bool directio… in OnBackPressed() argument
10508 aiPosition = aiPosStart + start; in OnBackPressed()
10512 aiPosition = aiPosEnd + start; in OnBackPressed()
10515 aiPosition = GetCaretPosition(); in OnBackPressed()