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

Method UxSampleTest

example/uxsampletest.cpp:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30{
31public:
32 UxSampleTest(EvasApp *app, bool renderMode) {
33 mApp = app;
34 mRenderMode = renderMode;
35 mResourceList = EvasApp::jsonFiles(std::string(DEMO_DIR) + "UXSample_1920x1080/");
36 mRepeatMode = LottieView::RepeatMode::Restart;
37 }
38
39 void showPrev() {
40 if (mResourceList.empty()) return;

Callers

nothing calls this directly

Calls 1

jsonFilesFunction · 0.85

Tested by

no test coverage detected