MCPcopy Create free account
hub / github.com/Samsung/rlottie / show

Method show

example/uxsampletest.cpp:63–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62private:
63 void show() {
64 mView = std::make_unique<LottieView>(mApp->evas(), Strategy::renderCAsync);
65 mView->setFilePath(mResourceList[mCurIndex].c_str());
66 mView->setPos(0, 0);
67 mView->setSize(mApp->width(), mApp->height());
68 mView->show();
69 mView->play();
70 mView->loop(true);
71 mView->setRepeatMode(mRepeatMode);
72 }
73
74public:
75 EvasApp *mApp;

Callers

nothing calls this directly

Calls 9

evasMethod · 0.80
setFilePathMethod · 0.80
setSizeMethod · 0.80
playMethod · 0.80
setRepeatModeMethod · 0.80
setPosMethod · 0.45
widthMethod · 0.45
heightMethod · 0.45
loopMethod · 0.45

Tested by

no test coverage detected