Home
last modified time | relevance | path

Searched refs:Fling (Results 1 - 12 of 12) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_fling_test_ng.cpp79 * @tc.desc: Test nested Fling
97 * Call the Fling method and pass the correctVelocity parameter in HWTEST_F()
108 scrollPn->Fling(correctVelocity); in HWTEST_F()
115 * @tc.desc: Test nested Fling
182 * Call the Fling method and pass the correctVelocity parameter in HWTEST_F()
193 scrollPn->Fling(correctVelocity); in HWTEST_F()
200 * @tc.desc: Test nested Fling
269 * Call the Fling method and pass the correctVelocity parameter in HWTEST_F()
280 scrollPn->Fling(correctVelocity); in HWTEST_F()
287 * @tc.desc: Test nested Fling
[all...]
H A Dscrollable_test_ng.cpp1263 * @tc.desc: Test nested Fling
1275 * @tc.steps: step2. Call the Fling method and the flingVelocity is 3000 in HWTEST_F()
1285 scrollPn->Fling(correctVelocity); in HWTEST_F()
H A Dscrollable_cover_test_ng.cpp1107 * @tc.desc: Test the behaviour of the Fling method
1128 * @tc.steps: step2. Test Fling in HWTEST_F()
1132 controller->Fling(flingVelocity); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_controller.h49 void Fling(double flingVelocity) override;
H A Dscrollable_controller.cpp118 void ScrollableController::Fling(double flingVelocity) in Fling() function in OHOS::Ace::NG::ScrollableController
124 ACE_SCOPED_TRACE("Fling, flingVelocity:%f, id:%d, tag:%s", static_cast<float>(flingVelocity), in Fling()
126 pattern->Fling(flingVelocity); in Fling()
H A Dscrollable_pattern.h476 virtual void Fling(double flingVelocity);
H A Dscrollable_pattern.cpp2283 Fling(remainVelocity); in RemainVelocityToChild()
2489 void ScrollablePattern::Fling(double flingVelocity) in Fling() function in OHOS::Ace::NG::ScrollablePattern
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_scroller.h37 void Fling(const JSCallbackInfo& args);
H A Djs_scroller.cpp71 JSClass<JSScroller>::CustomMethod("fling", &JSScroller::Fling); in JSBind()
199 void JSScroller::Fling(const JSCallbackInfo& args) in Fling() function in OHOS::Ace::Framework::JSScroller
217 scrollController->Fling(flingVelocity); in Fling()
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_controller_base.h97 virtual void Fling(double flingVelocity) {} in Fling() function in OHOS::Ace::ScrollControllerBase
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H A Dscroll_controller_test_ng.cpp318 * @tc.desc: Test Fling
329 * @tc.steps: step1. Fling, the flingVelocity greater than 0 in HWTEST_F()
335 positionController_->Fling(flingVelocity); in HWTEST_F()
341 * @tc.steps: step2. Fling, the flingVelocity less than 0 in HWTEST_F()
344 positionController_->Fling(-flingVelocity); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_scroll_modifier.cpp502 scrollControllerBase->Fling(value); in SetScrollFling()

Completed in 26 milliseconds