Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_content_component.h73 scrollDuration_ = scrollDuration; in SetScrollDuration()
78 return scrollDuration_; in GetScrollDuration()
112 float scrollDuration_ = DEFAULT_TABCONTENT_ANIMATION_DURATION; variable
H A Drender_tab_content.h160 return scrollDuration_; in GetScrollDuration()
231 float scrollDuration_ = 0.0f; // the duration of the scroll animation variable
H A Drender_tab_content.cpp58 scrollDuration_ = tabContent->GetScrollDuration(); in Update()
286 animator_->SetDuration(static_cast<int32_t>(scrollDuration_)); in ScrollContents()