Home
last modified time | relevance | path

Searched refs:AUTO_SCROLL_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.cpp1638 Dimension AUTO_SCROLL_EDGE_DISTANCE = 15.0_vp; variable
1640 auto edgeDistance = AUTO_SCROLL_EDGE_DISTANCE.ConvertToPx();
1692 Dimension AUTO_SCROLL_EDGE_DISTANCE = 15.0_vp; variable
1693 auto edgeDistance = AUTO_SCROLL_EDGE_DISTANCE.ConvertToPx();
1789 Dimension AUTO_SCROLL_EDGE_DISTANCE = 15.0_vp; variable
1790 auto edgeDistance = AUTO_SCROLL_EDGE_DISTANCE.ConvertToPx();
H A Drich_editor_test_ng.cpp3268 Dimension AUTO_SCROLL_EDGE_DISTANCE = 15.0_vp; variable
3270 auto edgeDistance = AUTO_SCROLL_EDGE_DISTANCE.ConvertToPx();
3322 Dimension AUTO_SCROLL_EDGE_DISTANCE = 15.0_vp; variable
3323 auto edgeDistance = AUTO_SCROLL_EDGE_DISTANCE.ConvertToPx();
3458 Dimension AUTO_SCROLL_EDGE_DISTANCE = 15.0_vp; variable
3459 auto edgeDistance = AUTO_SCROLL_EDGE_DISTANCE.ConvertToPx();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp109 constexpr Dimension AUTO_SCROLL_EDGE_DISTANCE = 15.0_vp; variable
8518 : AUTO_SCROLL_EDGE_DISTANCE.ConvertToPx(); in OnBackPressed()