Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_change_callback_test_ng.cpp1737 Dimension AUTO_SCROLL_DRAG_EDGE_DISTANCE = 25.0_vp; variable
1738 auto dragDistance = AUTO_SCROLL_DRAG_EDGE_DISTANCE.ConvertToPx();
H A Drich_editor_test_ng.cpp3367 Dimension AUTO_SCROLL_DRAG_EDGE_DISTANCE = 25.0_vp; variable
3368 auto dragDistance = AUTO_SCROLL_DRAG_EDGE_DISTANCE.ConvertToPx();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp110 constexpr Dimension AUTO_SCROLL_DRAG_EDGE_DISTANCE = 58.0_vp; variable
8517 float edgeThreshold = isDragging ? AUTO_SCROLL_DRAG_EDGE_DISTANCE.ConvertToPx() in OnBackPressed()