/foundation/arkui/ace_engine/test/mock/core/animation/ |
H A D | mock_animation_manager.h | 62 AnimationOperation type = AnimationOperation::PLAY; 68 type = AnimationOperation::PLAY; in Reset()
|
H A D | mock_animation.h | 50 AnimationOperation operation_ { AnimationOperation::PLAY };
|
H A D | mock_animation_manager.cpp | 113 params_.type = AnimationOperation::PLAY; in SetParams()
|
H A D | mock_animation.cpp | 38 case AnimationOperation::PLAY: in ExecuteOperation()
|
/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/ |
H A D | constants.h | 23 PLAY, member in OHOS::Render3D::AnimationState
|
H A D | gltf_animation.h | 40 AnimationState state_ = AnimationState::PLAY;
|
/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/framework/ |
H A D | animation_framework_test.cpp | 114 case AnimationOperation::PLAY: in TriggerAndCheckBasicPropertyFirstFrame() 272 case AnimationOperation::PLAY: { in RunAndCheckBasicPropertyTestInterpolateValue() 336 case AnimationOperation::PLAY: { in RunAndCheckBasicAnimationDirectionPropertyTest() 2293 InitBasicPropertyTest(0, 1, AnimationOperation::PLAY, FillMode::NONE, true); in HWTEST_F() 2315 InitBasicPropertyTest(20, 1, AnimationOperation::PLAY, FillMode::NONE, true); in HWTEST_F() 2337 InitBasicPropertyTest(0, 1, AnimationOperation::PLAY, FillMode::FORWARDS, true); in HWTEST_F() 2359 InitBasicPropertyTest(20, 1, AnimationOperation::PLAY, FillMode::FORWARDS, true); in HWTEST_F() 2525 InitBasicPropertyTest(0, 2, AnimationOperation::PLAY, FillMode::NONE, false); in HWTEST_F() 2547 InitBasicPropertyTest(20, 2, AnimationOperation::PLAY, FillMode::NONE, false); in HWTEST_F() 2597 InitBasicPropertyTest(0, 2, AnimationOperation::PLAY, FillMod in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/tween/ |
H A D | tween_component.h | 200 AnimationOperation operationCss_ = AnimationOperation::PLAY; 201 AnimationOperation operationCustom_ = AnimationOperation::PLAY;
|
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/ |
H A D | animation_component.h | 38 enum class PlaybackState : uint8_t { STOP = 0, PLAY = 1, PAUSE = 2 }; member in PlaybackState
|
/foundation/arkui/ace_engine/frameworks/core/components/popup/ |
H A D | popup_element.cpp | 76 tween->SetAnimationOperation(AnimationOperation::PLAY); in ShowPopupInSubWindow() 128 tween->SetAnimationOperation(AnimationOperation::PLAY); in ShowPopup()
|
/foundation/multimedia/media_foundation/test/unittest/ |
H A D | TestStateMachine.cpp | 137 EXPECT_EQ(ErrorCode::SUCCESS, stateMachine.SendEvent(Intent::PLAY)); in TEST_F() 151 EXPECT_EQ(ErrorCode::SUCCESS, stateMachine.SendEvent(Intent::PLAY)); in TEST_F()
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/include/ |
H A D | rtsp_basetype.h | 32 PLAY, member in OHOS::CastEngine::CastEngineService::CastSessionRtsp::ActionType 41 "SETUP", "PLAY", "PAUSE", "TEARDOWN", "VIDEO_START", "VIDEO_STOP", "SEND_EVENT_CHANGE"
|
/foundation/CastEngine/castengine_cast_framework/common/include/private/ |
H A D | i_mirror_player_impl.h | 53 PLAY = 1, enumerator
|
H A D | i_stream_player_ipc.h | 79 PLAY, enumerator
|
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/include/ |
H A D | rtsp_basetype.h | 32 PLAY, member in OHOS::CastEngine::CastEngineService::CastSessionRtsp::ActionType 41 "SETUP", "PLAY", "PAUSE", "TEARDOWN", "VIDEO_START", "VIDEO_STOP", "SEND_EVENT_CHANGE"
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | animation_pub.h | 48 PLAY, member in OHOS::Ace::AnimationOperation
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
H A D | animation_component_manager.cpp | 30 DECL_ENUM(AnimationComponent::PlaybackState, PLAY, "Play")
|
H A D | animation_state_component_manager.cpp | 33 DECL_ENUM(AnimationComponent::PlaybackState, PLAY, "Play")
|
/foundation/multimedia/media_foundation/engine/scene/player/internal/ |
H A D | state.cpp | 45 {Intent::PLAY, "PLAY"}, in GetIntentName() 172 case Intent::PLAY: in DispatchIntent()
|
H A D | state.h | 46 PLAY, member in OHOS::Media::Intent
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/ |
H A D | base_animation_bridge.h | 29 PLAY, member in OHOS::Ace::Framework::AnimatorOperation
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/mirror/src/ |
H A D | mirror_player_impl_stub.cpp | 37 FILL_SINGLE_STUB_TASK(PLAY, &MirrorPlayerImplStub::DoPlayTask); in MirrorPlayerImplStub()
|
/foundation/CastEngine/castengine_cast_plus_stream/src/mirror/src/ |
H A D | mirror_player_impl_stub.cpp | 37 FILL_SINGLE_STUB_TASK(PLAY, &MirrorPlayerImplStub::DoPlayTask); in MirrorPlayerImplStub()
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/ |
H A D | style.h | 184 AnimationOperation animationOperation = AnimationOperation::PLAY;
|
/foundation/multimedia/player_framework/services/services/player/ipc/ |
H A D | i_standard_player_service.h | 133 PLAY, enumerator
|