Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/rlottie
/ showPrev
Method
showPrev
example/uxsampletest.cpp:39–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
void showPrev() {
40
if (mResourceList.empty()) return;
41
mCurIndex--;
42
if (mCurIndex < 0)
43
mCurIndex = mResourceList.size() - 1;
44
show();
45
}
46
47
void showNext() {
48
if (mResourceList.empty()) return;
Callers
1
onKeyCb
Function · 0.80
Calls
2
empty
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected