Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp628 return pattern->NotifyFRCSceneInfo(SCROLLABLE_DRAG_SCENE, velocity, sceneStatus); in AddScrollEvent()
865 return pattern->NotifyFRCSceneInfo(SCROLL_BAR_DRAG_SCENE, velocity, sceneStatus); in RegisterScrollBarEventTask()
1112 return pattern->NotifyFRCSceneInfo(CUSTOM_SCROLL_BAR_SCENE, velocity, sceneStatus); in SetScrollBarProxy()
1301 NotifyFRCSceneInfo(SCROLLABLE_MULTI_TASK_SCENE, GetCurrentVelocity(), SceneStatus::END); in OnAnimateFinish()
1339 NotifyFRCSceneInfo(SCROLLABLE_MULTI_TASK_SCENE, GetCurrentVelocity(), SceneStatus::START); in PlaySpringAnimation()
1368 NotifyFRCSceneInfo(SCROLLABLE_MULTI_TASK_SCENE, GetCurrentVelocity(), SceneStatus::START); in PlayCurveAnimation()
1379 NotifyFRCSceneInfo(SCROLLABLE_MULTI_TASK_SCENE, currentVelocity_, SceneStatus::RUNNING); in GetScrollDelta()
2512 void ScrollablePattern::NotifyFRCSceneInfo(const std::string& scene, double velocity, SceneStatus s… in NotifyFRCSceneInfo() function in OHOS::Ace::NG::ScrollablePattern
H A Dscrollable_pattern.h912 void NotifyFRCSceneInfo(const std::string& scene, double velocity, SceneStatus sceneStatus);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_common_test_ng.cpp984 pattern_->NotifyFRCSceneInfo("", 0.0f, SceneStatus::START);