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

Method cancelAllViewAnimations

valdi/src/valdi/android/AndroidViewTransaction.cpp:123–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void AndroidViewTransaction::cancelAllViewAnimations(const Valdi::Ref<Valdi::View>& view) {
124 JavaCache::get().getViewRefCancelAllAnimationsMethod().call(fromValdiView(view));
125}
126
127void AndroidViewTransaction::willEnqueueViewToPool(const Valdi::Ref<Valdi::View>& view,
128 Valdi::Function<void(Valdi::View&)> onEnqueue) {

Callers

nothing calls this directly

Calls 3

fromValdiViewFunction · 0.85
callMethod · 0.65
getFunction · 0.50

Tested by

no test coverage detected