MCPcopy Create free account
hub / github.com/Snapchat/Valdi / makeContainer

Function makeContainer

snap_drawing/test/utils/TestGestureUtils.cpp:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52Ref<TestContainer> makeContainer(Scalar x, Scalar y, Scalar width, Scalar height) {
53 return makeShared<TestContainer>(Rect::makeXYWH(x, y, width, height));
54}
55
56CustomTapGestureRecognizer::CustomTapGestureRecognizer(size_t taps)
57 : TapGestureRecognizer(taps, GesturesConfiguration::getDefault()) {}

Callers 9

TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected