Home
last modified time | relevance | path

Searched refs:autoScrollTask_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_change_callback_test_ng.cpp1645 EXPECT_FALSE(richEditorPattern->autoScrollTask_) << "handle move up but not reach top edge";
1652 EXPECT_FALSE(richEditorPattern->autoScrollTask_) << "handle reach top edge";
1669 EXPECT_FALSE(richEditorPattern->autoScrollTask_) << "handle reach bottom edge";
1697 EXPECT_FALSE(richEditorPattern->autoScrollTask_) << "mouse move up but not reach top edge";
1703 EXPECT_FALSE(richEditorPattern->autoScrollTask_) << "mouse reach top edge";
1715 EXPECT_FALSE(richEditorPattern->autoScrollTask_) << "mouse reach bottom edge";
1743 EXPECT_FALSE(richEditorPattern->autoScrollTask_) << "drag move up but not reach top edge";
1756 EXPECT_FALSE(richEditorPattern->autoScrollTask_) << "drag move down but not reach bottom edge";
1762 EXPECT_FALSE(richEditorPattern->autoScrollTask_) << "drag reach bottom edge";
1768 EXPECT_FALSE(richEditorPattern->autoScrollTask_) << "content height is too small.";
[all …]
H A Drich_editor_test_ng.cpp3275 EXPECT_FALSE(richEditorPattern->autoScrollTask_) << "handle move up but not reach top edge";
3282 EXPECT_FALSE(richEditorPattern->autoScrollTask_) << "handle reach top edge";
3299 EXPECT_FALSE(richEditorPattern->autoScrollTask_) << "handle reach bottom edge";
3327 EXPECT_FALSE(richEditorPattern->autoScrollTask_) << "mouse move up but not reach top edge";
3333 EXPECT_FALSE(richEditorPattern->autoScrollTask_) << "mouse reach top edge";
3345 EXPECT_FALSE(richEditorPattern->autoScrollTask_) << "mouse reach bottom edge";
3373 EXPECT_FALSE(richEditorPattern->autoScrollTask_) << "drag move up but not reach top edge";
3386 EXPECT_FALSE(richEditorPattern->autoScrollTask_) << "drag move down but not reach bottom edge";
3392 EXPECT_FALSE(richEditorPattern->autoScrollTask_) << "drag reach bottom edge";
3398 EXPECT_FALSE(richEditorPattern->autoScrollTask_) << "content height is too small.";
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h1398 CancelableCallback<void()> autoScrollTask_; variable
H A Drich_editor_pattern.cpp8582 autoScrollTask_.Reset([weak = WeakClaim(this)]() { in OnBackPressed()
8591 taskExecutor->PostDelayedTask(autoScrollTask_, TaskExecutor::TaskType::UI, AUTO_SCROLL_INTERVAL, in OnBackPressed()
8646 autoScrollTask_.Cancel(); in OnBackPressed()