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

Method ScrollViewCore

framework/ui/platforms/android/src/ScrollViewCore.cpp:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9{
10
11 ScrollViewCore::ScrollViewCore(const std::shared_ptr<ViewCoreFactory> &viewCoreFactory)
12 : ScrollViewCore(viewCoreFactory,
13 createAndroidViewClass<bdn::android::wrapper::NativeScrollView>(viewCoreFactory)
14 .cast<bdn::android::wrapper::NativeScrollView>())
15 {}
16
17 ScrollViewCore::ScrollViewCore(const std::shared_ptr<ViewCoreFactory> &viewCoreFactory,
18 bdn::android::wrapper::NativeScrollView nativeScrollView)

Callers

nothing calls this directly

Calls 3

getWrapperViewMethod · 0.80
getContentParentMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected