Searched refs:autoScrollTask_ (Results 1 – 4 of 4) sorted by relevance
1645 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 …]
3275 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 …]
1398 CancelableCallback<void()> autoScrollTask_; variable
8582 autoScrollTask_.Reset([weak = WeakClaim(this)]() { in OnBackPressed()8591 taskExecutor->PostDelayedTask(autoScrollTask_, TaskExecutor::TaskType::UI, AUTO_SCROLL_INTERVAL, in OnBackPressed()8646 autoScrollTask_.Cancel(); in OnBackPressed()