Home
last modified time | relevance | path

Searched refs:GetAllowRunningAsynchronously (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Danimation_option.h127 return (GetDuration() > 0 || GetAllowRunningAsynchronously()); in IsValid()
135 bool GetAllowRunningAsynchronously() const in GetAllowRunningAsynchronously() function
H A Danimatable_color.h124 …mationController_->SetAllowRunningAsynchronously(animationOption_.GetAllowRunningAsynchronously()); in AnimateTo()
H A Danimatable_double.h153 …mationController_->SetAllowRunningAsynchronously(animationOption_.GetAllowRunningAsynchronously()); in AnimateTo()
H A Dtween_option.h344 bool GetAllowRunningAsynchronously() in GetAllowRunningAsynchronously() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Danimatable_dimension.cpp107 …mationController_->SetAllowRunningAsynchronously(animationOption_.GetAllowRunningAsynchronously()); in AnimateTo()
H A Danimatable_matrix4.cpp109 …mationController_->SetAllowRunningAsynchronously(animationOption_.GetAllowRunningAsynchronously()); in AnimateTo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimatable_base.h147 …mationController_->SetAllowRunningAsynchronously(animationOption_.GetAllowRunningAsynchronously()); in ApplyAnimationOptions()
H A Danimator.h149 bool GetAllowRunningAsynchronously();
H A Danimator.cpp298 bool Animator::GetAllowRunningAsynchronously() in GetAllowRunningAsynchronously() function in OHOS::Ace::Animator
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/animation/
H A Dmock_animator.cpp148 bool Animator::GetAllowRunningAsynchronously() in GetAllowRunningAsynchronously() function in OHOS::Ace::Animator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_element.cpp953 controller->GetAllowRunningAsynchronously()]() { in AddPrepareListener()
1035 controller->SetAllowRunningAsynchronously(option.GetAllowRunningAsynchronously()); in ApplyOptions()