Home
last modified time | relevance | path

Searched refs:currentProxyInAnimation_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp5203 if (!currentProxyInAnimation_ && toIndex == CurrentIndex()) { in OnCustomContentTransition()
5210 if (currentProxyInAnimation_) { in OnCustomContentTransition()
5211 fromIndex = currentProxyInAnimation_->GetToIndex(); in OnCustomContentTransition()
5222 currentProxyInAnimation_->SetHasOnChanged(true); in OnCustomContentTransition()
5262 currentProxyInAnimation_ = proxy; in TriggerCustomContentTransitionEvent()
5302 currentProxyInAnimation_ = nullptr; in OnCustomAnimationFinish()
H A Dswiper_pattern.h1099 RefPtr<TabContentTransitionProxy> currentProxyInAnimation_; variable