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

Method layoutView

valdi/src/valdi/android/AndroidViewTransaction.cpp:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void AndroidViewTransaction::layoutView(const Valdi::Ref<Valdi::View>& view) {
120 JavaCache::get().getViewRefLayoutMethod().call(fromValdiView(view));
121}
122
123void AndroidViewTransaction::cancelAllViewAnimations(const Valdi::Ref<Valdi::View>& view) {
124 JavaCache::get().getViewRefCancelAllAnimationsMethod().call(fromValdiView(view));

Callers

nothing calls this directly

Calls 3

fromValdiViewFunction · 0.85
callMethod · 0.65
getFunction · 0.50

Tested by

no test coverage detected