Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
onKeyCb
Function · 0.80
main
Function · 0.80
Calls
2
empty
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected