Home
last modified time | relevance | path

Searched refs:animationState_ (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Danimated_image.cpp101 animationState_ = false; in PostPlayTask()
105 animationState_ = true; in PostPlayTask()
146 if (play && !animationState_) { in ControlAnimation()
150 if (!play && animationState_) { in ControlAnimation()
153 animationState_ = false; in ControlAnimation()
160 return animationState_; in GetIsAnimating()
H A Danimated_image.h110 bool animationState_ = false; member in OHOS::Ace::NG::AnimatedImage
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Danim_impl.cpp132 META_NS::SetValue(animationState_, (uint8_t)CORE3D_NS::AnimationComponent::PlaybackState::PLAY);
142 META_NS::SetValue(animationState_, (uint8_t)CORE3D_NS::AnimationComponent::PlaybackState::STOP); in InternalStop()
157 META_NS::SetValue(animationState_, (uint8_t)CORE3D_NS::AnimationComponent::PlaybackState::PAUSE);
171 META_NS::SetValue(animationState_, (uint8_t)CORE3D_NS::AnimationComponent::PlaybackState::STOP);
288 animationState_ = meta->GetPropertyByName<uint8_t>(ANIMATION_STATE);
369 META_NS::Property<uint8_t> animationState_; member in __anon9815::AnimImpl
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation_state.cpp178 status.state = state_.animationState_; in Move()
198 auto state = state_.animationState_; in Seek()
247 return state_.animationState_ == IAnimationInternal::AnimationTargetState::PAUSED;
268 const auto previous = state_.animationState_; in SetState()
300 state_.animationState_ = state; in SetState()
H A Danimation_state.h149 return state_.animationState_;
178 IAnimationInternal::AnimationTargetState animationState_ { IAnimationInternal::AnimationTargetState::STOPPED };
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_modifier.cpp152 if ((animationState_ == TouchBottomAnimationStage::STAGE_SHRINKT_TO_BLACK_POINT && isLeftTouchBottom) || in GetTouchBottomCenterX()
153 (animationState_ == TouchBottomAnimationStage::STAGE_EXPAND_TO_LONG_POINT && isRightTouchBottom)) { in GetTouchBottomCenterX()
156 } else if ((animationState_ == TouchBottomAnimationStage::STAGE_EXPAND_TO_LONG_POINT && isLeftTouchBottom) || in GetTouchBottomCenterX()
157 (animationState_ == TouchBottomAnimationStage::STAGE_SHRINKT_TO_BLACK_POINT && isRightTouchBottom)) { in GetTouchBottomCenterX()
692 modifier->animationState_ = TouchBottomAnimationStage::STAGE_NONE; in PlayTouchBottomAnimation()
696 modifier->animationState_ = TouchBottomAnimationStage::STAGE_EXPAND_TO_LONG_POINT; in PlayTouchBottomAnimation()
720 modifier->animationState_ = TouchBottomAnimationStage::STAGE_NONE; in PlayTouchBottomAnimation()
727 animationState_ = TouchBottomAnimationStage::STAGE_SHRINKT_TO_BLACK_POINT; in PlayTouchBottomAnimation()
818 animationState_ = TouchBottomAnimationStage::STAGE_NONE; in PlayIndicatorAnimation()
H A Doverlength_dot_indicator_modifier.cpp76 if ((animationState_ == TouchBottomAnimationStage::STAGE_SHRINKT_TO_BLACK_POINT && isLeftTouchBottom) || in GetTouchBottomCenterX()
77 (animationState_ == TouchBottomAnimationStage::STAGE_EXPAND_TO_LONG_POINT && isRightTouchBottom)) { in GetTouchBottomCenterX()
80 } else if ((animationState_ == TouchBottomAnimationStage::STAGE_EXPAND_TO_LONG_POINT && isLeftTouchBottom) || in GetTouchBottomCenterX()
81 (animationState_ == TouchBottomAnimationStage::STAGE_SHRINKT_TO_BLACK_POINT && isRightTouchBottom)) { in GetTouchBottomCenterX()
614 animationState_ = TouchBottomAnimationStage::STAGE_NONE;
H A Ddot_indicator_modifier.h347 TouchBottomAnimationStage animationState_ = TouchBottomAnimationStage::STAGE_NONE; member in OHOS::Ace::NG::DotIndicatorModifier
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_overlength_indicator_modifier_test_ng.cpp359 indicatorModifier->animationState_ = TouchBottomAnimationStage::STAGE_SHRINKT_TO_BLACK_POINT; in HWTEST_F()
370 indicatorModifier->animationState_ = TouchBottomAnimationStage::STAGE_EXPAND_TO_LONG_POINT; in HWTEST_F()
381 indicatorModifier->animationState_ = TouchBottomAnimationStage::STAGE_EXPAND_TO_LONG_POINT; in HWTEST_F()
H A Dswiper_indicator_modifier_test_ng.cpp1754 dotIndicatorModifier.animationState_ = TouchBottomAnimationStage::STAGE_SHRINKT_TO_BLACK_POINT; in HWTEST_F()
1763 dotIndicatorModifier.animationState_ = TouchBottomAnimationStage::STAGE_EXPAND_TO_LONG_POINT; in HWTEST_F()

Completed in 11 milliseconds