Searched defs:needChange (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
H A D | tab_content_element.cpp | 45 …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 D | render_tab_content.cpp | 242 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 D | tab_bar_element.cpp | 100 void TabBarElement::UpdateScrollIndicator(double percent, int32_t newIndex, bool needChange) in UpdateScrollIndicator()
|
H A D | tab_controller.cpp | 137 void TabController::SetIndicatorByScrollContent(double percent, int32_t newIndex, bool needChange) in SetIndicatorByScrollContent()
|
H A D | render_tab_bar.cpp | 268 void RenderTabBar::SetScrollIndicator(double percent, int32_t newIndex, bool needChange) in SetScrollIndicator()
|