Searched refs:AdjustSelectorForSymbol (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.h | 866 … bool AdjustSelectorForSymbol(int32_t& index, HandleType handleType, SelectorAdjustPolicy policy);
|
H A D | rich_editor_pattern.cpp | 3689 bool isAdjust = AdjustSelectorForSymbol(index, handleType, policy); in AdjustSelector() 3694 bool RichEditorPattern::AdjustSelectorForSymbol(int32_t& index, HandleType handleType, SelectorAdju… in AdjustSelectorForSymbol() function in OHOS::Ace::NG::RichEditorPattern 5656 AdjustSelectorForSymbol(caretPosition, HandleType::SECOND, SelectorAdjustPolicy::EXCLUDE); in OnBackPressed() 5683 AdjustSelectorForSymbol(caretPosition, HandleType::SECOND, SelectorAdjustPolicy::INCLUDE); in OnBackPressed() 7759 AdjustSelectorForSymbol(start, HandleType::FIRST, SelectorAdjustPolicy::EXCLUDE); in OnBackPressed() 7760 AdjustSelectorForSymbol(end, HandleType::SECOND, SelectorAdjustPolicy::EXCLUDE); in OnBackPressed()
|