| 32 | { |
| 33 | public: |
| 34 | Demo(EvasApp *app, std::string &filePath) { |
| 35 | Demo1(app, filePath); |
| 36 | Demo2(app, filePath); |
| 37 | Demo3(app, filePath); |
| 38 | Demo4(app, filePath); |
| 39 | Demo5(app, filePath); |
| 40 | Demo6(app, filePath); |
| 41 | Demo7(app, filePath); |
| 42 | Demo8(app, filePath); |
| 43 | } |
| 44 | void Demo1(EvasApp *app, std::string &filePath) { |
| 45 | /* Fill Color */ |
| 46 | view1.reset(new LottieView(app->evas())); |
nothing calls this directly
no outgoing calls
no test coverage detected