Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_content_component.h76 float GetScrollDuration() const in GetScrollDuration() function
H A Drender_tab_content.h158 float GetScrollDuration() const in GetScrollDuration() function
H A Drender_tab_content.cpp58 scrollDuration_ = tabContent->GetScrollDuration(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dtabs_composed_element.cpp117 auto animationDuration = renderTabContent ? renderTabContent->GetScrollDuration() : 200.0; in GetAnimationDuration()