MCPcopy Create free account
hub / github.com/Tencent/libpag / Java_org_libpag_PAGAnimator_update

Function Java_org_libpag_PAGAnimator_update

src/platform/android/JPAGAnimator.cpp:272–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272PAG_API void Java_org_libpag_PAGAnimator_update(JNIEnv* env, jobject thiz) {
273 auto animator = getPAGAnimator(env, thiz);
274 if (animator == nullptr) {
275 return;
276 }
277 animator->update();
278}
279}

Callers

nothing calls this directly

Calls 2

getPAGAnimatorFunction · 0.85
updateMethod · 0.45

Tested by

no test coverage detected