Home
last modified time | relevance | path

Searched refs:SetIsFirstFrameShow (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/display/
H A Ddisplay_element.cpp39 tween->SetIsFirstFrameShow(false); in Update()
41 tween->SetIsFirstFrameShow(true); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_element.cpp75 tween->SetIsFirstFrameShow(false); in ShowPopupInSubWindow()
127 tween->SetIsFirstFrameShow(false); in ShowPopup()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transition/
H A Dtransition_component.cpp60 void TransitionComponent::SetIsFirstFrameShow(bool isFirstFrameShow) in SetIsFirstFrameShow() function in OHOS::Ace::TransitionComponent
H A Dtransition_component.h66 void SetIsFirstFrameShow(bool isFirstFrameShow);
H A Dtransition_element.cpp240 tweenComponent->SetIsFirstFrameShow(transition->IsFirstFrameShow()); in BuildChild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_component.cpp80 void TweenComponent::SetIsFirstFrameShow(bool isFirstFrameShow) in SetIsFirstFrameShow() function in OHOS::Ace::TweenComponent
H A Dtween_component.h96 void SetIsFirstFrameShow(bool isFirstFrameShow);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog_modal/
H A Ddialog_modal_component.cpp73 tween->SetIsFirstFrameShow(false); in BuildInnerChild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/toast/
H A Dtoast_component.cpp190 tween->SetIsFirstFrameShow(false); in Show()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.cpp458 transition->SetIsFirstFrameShow(false); in BuildAnimation()
519 transition->SetIsFirstFrameShow(false); in BuildAnimationForPhone()
834 transition->SetIsFirstFrameShow(false); in BuildAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_component.cpp189 innerTween->SetIsFirstFrameShow(true); in BuildToolBar()
266 outerTween->SetIsFirstFrameShow(true); in BuildAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.cpp334 tween->SetIsFirstFrameShow(false); in Initialize()