Home
last modified time | relevance | path

Searched refs:animationContext (Results 1 – 5 of 5) sorted by relevance

/dports/security/keybase/client-v5.7.1/shared/ios/Pods/lottie-ios/lottie-swift/src/Public/Animation/
H A DAnimationView.swift767 fileprivate var animationContext: AnimationContext? variable
840 if let currentContext = animationContext { in updateAnimationForBackgroundState()
851 self.animationContext = currentContext in updateAnimationForBackgroundState()
861 if let currentContext = animationContext { in updateAnimationForForegroundState()
874 guard animationContext != nil else { return } in removeCurrentAnimation()
878 self.animationContext = nil in removeCurrentAnimation()
883 guard let animationContext = animationContext else { return } in updateInFlightAnimation() variable
887 self.animationContext = nil in updateInFlightAnimation()
892 animationContext.closure.ignoreDelegate = true in updateInFlightAnimation()
913 self.animationContext = animationContext in addNewAnimationForContext()
[all …]
/dports/editors/calligra/calligra-3.2.1/stage/part/tools/animationtool/
H A DKPrAnimationSelectorWidget.cpp162 …Context = static_cast<KPrCollectionItemModel*>(m_collectionView->model())->animationContext(index); in automaticPreviewRequested()
165 …ionContext = static_cast<KPrCollectionItemModel*>(m_subTypeView->model())->animationContext(index); in automaticPreviewRequested()
194 …Context = static_cast<KPrCollectionItemModel*>(m_collectionView->model())->animationContext(index); in automaticPreviewRequested()
201 …ionContext = static_cast<KPrCollectionItemModel*>(m_subTypeView->model())->animationContext(index); in automaticPreviewRequested()
248 …Context = static_cast<KPrCollectionItemModel*>(m_collectionView->model())->animationContext(index); in setAnimation()
251 …ionContext = static_cast<KPrCollectionItemModel*>(m_subTypeView->model())->animationContext(index); in setAnimation()
H A DKPrCollectionItemModel.h40 KoXmlElement animationContext; //xml data used to instantiate animations of this type member
71 KoXmlElement animationContext(const QModelIndex &index) const;
H A DKPrCollectionItemModel.cpp75 KoXmlElement KPrCollectionItemModel::animationContext(const QModelIndex &index) const in animationContext() function in KPrCollectionItemModel
77 return m_animationClassList.value(index.row()).animationContext; in animationContext()
H A DKPrPredefinedAnimationsLoader.cpp135 subItem.animationContext = m_animationContext.value(row); in loadDefaultAnimations()
146 temp.animationContext = m_animationContext.value(row); in loadDefaultAnimations()
148 temp.icon = loadMotionPathIcon(temp.animationContext); in loadDefaultAnimations()