Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_pattern.h101 bool GetIsCustomAnimation() const in GetIsCustomAnimation() function
H A Dtab_bar_pattern.cpp887 if (tabsPattern->GetIsCustomAnimation()) { in FocusIndexChange()
1367 if (!tabsPattern->GetIsCustomAnimation() && indicator == index) { in ClickTo()
1373 if (tabsPattern->GetIsCustomAnimation()) { in ClickTo()
1739 if (!tabsPattern->GetIsCustomAnimation() && indicator == index) { in HandleSubTabBarClick()
1747 if (tabsPattern->GetIsCustomAnimation()) { in HandleSubTabBarClick()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.cpp155 if (swiperLayoutProperty->GetIsCustomAnimation().value_or(false)) { in Measure()
921 if (swiperLayoutProperty->GetIsCustomAnimation().value_or(false)) { in Layout()
H A Dswiper_pattern.cpp164 if (props->GetIsCustomAnimation().value_or(false)) { in CreateLayoutAlgorithm()
959 if (props->GetIsCustomAnimation().value_or(false)) { in OnDirtyLayoutWrapperSwap()
1615 return props->GetIsCustomAnimation().value_or(false); in IsUseCustomAnimation()