Searched refs:endAlpha (Results 1 – 2 of 2) sorted by relevance
133 void RunAnimation(float endAlpha, float endScale);134 int32_t InitVSync(float endAlpha, float endScale);
534 void DragDrawing::RunAnimation(float endAlpha, float endScale) in RunAnimation() argument542 if (!handler_->PostTask(std::bind(&DragDrawing::InitVSync, this, endAlpha, endScale))) { in RunAnimation()616 int32_t DragDrawing::InitVSync(float endAlpha, float endScale) in InitVSync() argument633 drawDynamicEffectModifier_->SetAlpha(endAlpha); in InitVSync()