Home
last modified time | relevance | path

Searched refs:touchPos (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testone_ng.cpp1326 Offset touchPos(8.0f, 350.0f); variable
1327 richEditorPattern->AdjustPlaceholderSelection(start, end, touchPos);
1332 richEditorPattern->AdjustPlaceholderSelection(start, end, touchPos);
H A Drich_editor_pattern_test_ng.cpp716 Offset touchPos(11.0f, 11.0f); variable
717 richEditorPattern->AdjustPlaceholderSelection(start, end, touchPos);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp8719 …RichEditorPattern::AdjustPlaceholderSelection(int32_t& start, int32_t& end, const Offset& touchPos) in OnBackPressed() argument
8722 if (!IsTouchBeforeCaret(start, touchPos)) { in OnBackPressed()