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

Method _rootViewCreated

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

Source from the content-addressed store, hash-verified

106 }
107
108 void WindowCore::_rootViewCreated(const java::Reference &javaRef)
109 {
110 // we store only a weak referene in the registry. We do not want
111 // to keep the java-side root view object alive.
112 getRootViewRegistryForCurrentThread().add(bdn::java::WeakReference(javaRef));
113 }
114
115 void WindowCore::_rootViewDisposed(const java::Reference &javaRef)
116 {

Callers

nothing calls this directly

Calls 2

WeakReferenceClass · 0.85
addMethod · 0.45

Tested by

no test coverage detected