| 121 | } |
| 122 | |
| 123 | void AndroidViewTransaction::cancelAllViewAnimations(const Valdi::Ref<Valdi::View>& view) { |
| 124 | JavaCache::get().getViewRefCancelAllAnimationsMethod().call(fromValdiView(view)); |
| 125 | } |
| 126 | |
| 127 | void AndroidViewTransaction::willEnqueueViewToPool(const Valdi::Ref<Valdi::View>& view, |
| 128 | Valdi::Function<void(Valdi::View&)> onEnqueue) { |
nothing calls this directly
no test coverage detected