MCPcopy Create free account
hub / github.com/AshampooSystems/boden / ~WindowCore

Method ~WindowCore

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

Source from the content-addressed store, hash-verified

46 {}
47
48 WindowCore::~WindowCore()
49 {
50 bdn::android::wrapper::View view(getJView());
51 if (!view.isNull_()) {
52 // remove the view from its parent.
53 bdn::android::wrapper::ViewGroup parent(view.getParent().getRef_());
54 if (!parent.isNull_()) {
55 parent.removeView(view);
56 }
57 }
58 }
59
60 void WindowCore::init()
61 {

Callers

nothing calls this directly

Calls 2

isNull_Method · 0.80
getRef_Method · 0.80

Tested by

no test coverage detected