Searched refs:opacityKeyframe2 (Results 1 – 3 of 3) sorted by relevance
32 opacityKeyframe2->SetCurve(Curves::LINEAR); in CreateSharedInOption()37 opacityAnimation->AddKeyframe(opacityKeyframe2); in CreateSharedInOption()66 opacityKeyframe2->SetCurve(Curves::FRICTION); in CreateSharedOutOption()71 opacityAnimation->AddKeyframe(opacityKeyframe2); in CreateSharedOutOption()82 opacityKeyframe2->SetCurve(Curves::LINEAR); in CreateSharedStaticOption()87 opacityAnimation->AddKeyframe(opacityKeyframe2); in CreateSharedStaticOption()175 opacityKeyframe2->SetCurve(Curves::FRICTION); in CreateTransitionInContentOption()180 opacityAnimation->AddKeyframe(opacityKeyframe2); in CreateTransitionInContentOption()203 opacityKeyframe2->SetCurve(Curves::FRICTION); in CreateTransitionInBackgroundOption()252 opacityKeyframe2->SetCurve(Curves::FRICTION); in CreatTransitionOutOption()[all …]
194 auto opacityKeyframe2 = AceType::MakeRefPtr<Keyframe<uint8_t>>(OPACITY_CHANGE_END, 0); in CreateCardOpacityAnimation() local195 opacityKeyframe2->SetCurve(Curves::SHARP); in CreateCardOpacityAnimation()198 opacityAnimation->AddKeyframe(opacityKeyframe2); in CreateCardOpacityAnimation()202 auto opacityKeyframe2 = AceType::MakeRefPtr<Keyframe<uint8_t>>(OPACITY_CHANGE_START, 0); in CreateCardOpacityAnimation() local206 opacityAnimation->AddKeyframe(opacityKeyframe2); in CreateCardOpacityAnimation()
426 auto opacityKeyframe2 = MakeRefPtr<Keyframe<int32_t>>(secondKeyTime, secondKeyValue); in CreateOpacityAnimation() local427 opacityKeyframe2->SetCurve(firstCurve); in CreateOpacityAnimation()432 opacityAnimation->AddKeyframe(opacityKeyframe2); in CreateOpacityAnimation()