Home
last modified time | relevance | path

Searched refs:IsUseCustomAnimation (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Ddrag_event.h208 bool IsUseCustomAnimation() in IsUseCustomAnimation() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_drag_function.cpp279 auto useCustomAnimation = JSVal(ToJSValue(dragEvent_->IsUseCustomAnimation())); in GetUseCustomDropAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h481 bool IsUseCustomAnimation() const;
H A Dswiper_pattern.cpp541 if (oldIndex_ != currentIndex_ && !isInit_ && !IsUseCustomAnimation()) { in BeforeCreateLayoutWrapper()
739 if (IsUseCustomAnimation() && hasTabsAncestor_) { in FlushFocus()
1611 bool SwiperPattern::IsUseCustomAnimation() const in IsUseCustomAnimation() function in OHOS::Ace::NG::SwiperPattern
1626 if (IsUseCustomAnimation()) { in SwipeTo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_content_model_ng.cpp337 …if ((!swiperPattern->IsUseCustomAnimation() || !swiperPattern->GetCustomAnimationToIndex().has_val… in AddTabBarItem()
H A Dtab_bar_pattern.cpp1174 if (swiperPattern->IsUseCustomAnimation()) { in OnDirtyLayoutWrapperSwap()
1178 …if ((!swiperPattern->IsUseCustomAnimation() || isFirstLayout_) && !isAnimating_ && !IsMaskAnimatio… in OnDirtyLayoutWrapperSwap()
1201 UpdateGradientRegions(!swiperPattern->IsUseCustomAnimation()); in OnDirtyLayoutWrapperSwap()
1202 if (!swiperPattern->IsUseCustomAnimation() && isTouchingSwiper_ && in OnDirtyLayoutWrapperSwap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.cpp994 auto useCustomAnimation = event->IsUseCustomAnimation(); in OnDragDrop()