Home
last modified time | relevance | path

Searched defs:needChange (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_content_element.cpp45 …kTabContentElement = AceType::WeakClaim(this)](double percent, int32_t newIndex, bool needChange) { in CreateRenderNode()
71 void TabContentElement::IndicatorByContent(double percent, int32_t newIndex, bool needChange) in IndicatorByContent()
H A Drender_tab_content.cpp242 bool needChange = false; in ScrollContents() local
292 void RenderTabContent::HandleStartListener(int32_t newIndex, bool needChange, bool isLinkBar) in HandleStartListener()
315 void RenderTabContent::HandleStopListener(int32_t newIndex, bool needChange, bool fromController) in HandleStopListener()
397 …ontent::UpdateChildPosition(double offset, int32_t currentIndex, int32_t newIndex, bool needChange) in UpdateChildPosition()
H A Dtab_bar_element.cpp100 void TabBarElement::UpdateScrollIndicator(double percent, int32_t newIndex, bool needChange) in UpdateScrollIndicator()
H A Dtab_controller.cpp137 void TabController::SetIndicatorByScrollContent(double percent, int32_t newIndex, bool needChange) in SetIndicatorByScrollContent()
H A Drender_tab_bar.cpp268 void RenderTabBar::SetScrollIndicator(double percent, int32_t newIndex, bool needChange) in SetScrollIndicator()