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

Method Swap

core/android/BridgeRailingAndroid.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void BridgeRailingAndroid::Swap() {
54 env_ = GetJniEnvSafe();
55 F2SafeCallVoidMethodNoArg(env_, nativeRailObject_->obj(), swap_);
56}
57
58long BridgeRailingAndroid::GetTimezoneOffset(const std::string &timezoneName) {
59 env_ = GetJniEnvSafe();

Callers 1

InvokeRenderMethod · 0.80

Calls 2

GetJniEnvSafeFunction · 0.85
objMethod · 0.45

Tested by

no test coverage detected