Searched refs:TransitionElement (Results 1 – 8 of 8) sorted by relevance
26 void TransitionElement::Update() in Update()57 void TransitionElement::PerformBuild() in PerformBuild()157 RefPtr<BoxBaseElement> TransitionElement::GetChildBox() const in GetChildBox()195 RefPtr<Animator> TransitionElement::GetController() const in GetController()205 void TransitionElement::SetTouchable(bool enable) in SetTouchable()233 RefPtr<Component> TransitionElement::BuildChild() in BuildChild()248 void TransitionElement::SetWrapHidden(bool hidden) in SetWrapHidden()258 void TransitionElement::AddPreFlush() in AddPreFlush()268 void TransitionElement::SkipPostFlush() in SkipPostFlush()309 RefPtr<Element> TransitionElement::GetContentElement() const in GetContentElement()[all …]
39 class TransitionElement : public ComposedElement {40 DECLARE_ACE_TYPE(TransitionElement, ComposedElement);43 explicit TransitionElement(const ComposeId& id) : ComposedElement(id) {} in TransitionElement() function44 ~TransitionElement() override = default;
31 return AceType::MakeRefPtr<TransitionElement>(GetId()); in CreateElement()
48 const RefPtr<TransitionElement>& GetContentTransitionElement() const;49 const RefPtr<TransitionElement>& GetBackgroundTransitionElement() const;72 RefPtr<TransitionElement> contentTransition_; // element to animate page content73 RefPtr<TransitionElement> backgroundTransition_; // element to animate background74 …RefPtr<TransitionElement> frontDecorationTransition_; // element to animate front decoration opaci…
303 auto transition = DynamicCast<TransitionElement>(element->GetFirstChild()); in GetContentElement()455 contentTransition_ = AceType::DynamicCast<TransitionElement>(child); in BuildCombinedChild()458 frontDecorationTransition_ = DynamicCast<TransitionElement>(frontElement->GetFirstChild()); in BuildCombinedChild()491 backgroundTransition_ = AceType::DynamicCast<TransitionElement>(child); in BuildSeparatedChild()495 contentTransition_ = AceType::DynamicCast<TransitionElement>(child); in BuildSeparatedChild()498 const RefPtr<TransitionElement>& PageTransitionElement::GetContentTransitionElement() const in GetContentTransitionElement()503 const RefPtr<TransitionElement>& PageTransitionElement::GetBackgroundTransitionElement() const in GetBackgroundTransitionElement()
37 auto transitionElement = AceType::DynamicCast<TransitionElement>(GetChildren().front()); in PerformBuild()
36 auto transitionElement = AceType::DynamicCast<TransitionElement>(GetChildren().front()); in PerformBuild()
42 …在FullCustomTransition.ets的Column组件中添加TransitionElement组件,并且定义pageTransition方法。给Clomn组件添加opacity、sc…