Searched refs:InitVSync (Results 1 – 2 of 2) sorted by relevance
281 int32_t InitVSync(float endAlpha, float endScale);
900 auto animateCb = [this] { return this->InitVSync(END_ALPHA, END_SCALE_SUCCESS); }; in OnStopDragSuccess()964 auto animateCb = [this] { return this->InitVSync(END_ALPHA, END_SCALE_FAIL); }; in OnStopDragFail()1101 int32_t DragDrawing::InitVSync(float endAlpha, float endScale) in InitVSync() function in OHOS::Msdp::DeviceStatus::DragDrawing