MCPcopy Create free account
hub / github.com/AshampooSystems/boden / rootViewDisposed

Method rootViewDisposed

framework/ui/platforms/android/src/WindowCore.cpp:171–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 }
170
171 void WindowCore::rootViewDisposed()
172 {
173 // this may be called by the garbage collector, so it might be
174 // in an arbitrary thread
175
176 std::unique_lock lock(_rootViewMutex);
177
178 _weakRootViewRef = bdn::java::WeakReference();
179 }
180
181 void WindowCore::rootViewSizeChanged(int width, int height)
182 {

Callers 2

_rootViewDisposedMethod · 0.80

Calls 1

WeakReferenceClass · 0.85

Tested by

no test coverage detected