Searched defs:startScale (Results 1 – 3 of 3) sorted by relevance
30 int64_t startScale = 0; member
177 …double startScale = (event_ == TransitionEvent::PUSH_START) ? 1.0 : pipelineContext->GetRootWidth(… in CreateCardScaleAnimation() local
731 void DragDrawing::StartStyleAnimation(float startScale, float endScale, int32_t duration) in StartStyleAnimation()