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

Method invalidateViewLayout

valdi/src/valdi/android/AndroidViewTransaction.cpp:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void AndroidViewTransaction::invalidateViewLayout(const Valdi::Ref<Valdi::View>& view) {
83 JavaCache::get().getViewRefInvalidateLayoutMethod().call(fromValdiView(view));
84}
85
86void AndroidViewTransaction::setViewFrame(const Valdi::Ref<Valdi::View>& view,
87 const Valdi::Frame& newFrame,

Callers

nothing calls this directly

Calls 3

fromValdiViewFunction · 0.85
callMethod · 0.65
getFunction · 0.50

Tested by

no test coverage detected