MCPcopy Create free account
hub / github.com/antvis/F2Native / PlayAnimation

Method PlayAnimation

core/android/BridgeRailingAndroid.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void BridgeRailingAndroid::PlayAnimation(const std::string &params) {
48 env_ = GetJniEnvSafe();
49 F2SafeCallVoidMethod(env_, nativeRailObject_->obj(), playAnimation_,
50 jni::StringToJavaString(env_, params).obj());
51}
52
53void BridgeRailingAndroid::Swap() {
54 env_ = GetJniEnvSafe();

Callers 1

InvokeMethodMethod · 0.80

Calls 3

GetJniEnvSafeFunction · 0.85
StringToJavaStringFunction · 0.85
objMethod · 0.45

Tested by

no test coverage detected