Home
last modified time | relevance | path

Searched refs:fixedPos (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.h466 int32_t HandleSelectWrapper(CaretMoveIntent direction, int32_t fixedPos);
H A Drich_editor_pattern.cpp6068 int32_t newPos, fixedPos = caretPosition_; in OnBackPressed() local
6070 fixedPos = (caretPosition_ == textSelector_.GetTextStart() ? textSelector_.GetTextEnd() in OnBackPressed()
6073 newPos = HandleSelectWrapper(direction, fixedPos); in OnBackPressed()
6081 UpdateSelector(newPos, fixedPos); in OnBackPressed()
10357 int32_t RichEditorPattern::HandleSelectWrapper(CaretMoveIntent direction, int32_t fixedPos) in OnBackPressed() argument