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

Method showNext

example/uxsampletest.cpp:47–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 void showNext() {
48 if (mResourceList.empty()) return;
49
50 mCurIndex++;
51 if (mCurIndex >= int(mResourceList.size()))
52 mCurIndex = 0;
53 show();
54 }
55
56 void resize() {
57 if (mView) {

Callers 2

onKeyCbFunction · 0.80
mainFunction · 0.80

Calls 2

emptyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected