| 117 | } |
| 118 | |
| 119 | void AndroidViewTransaction::layoutView(const Valdi::Ref<Valdi::View>& view) { |
| 120 | JavaCache::get().getViewRefLayoutMethod().call(fromValdiView(view)); |
| 121 | } |
| 122 | |
| 123 | void AndroidViewTransaction::cancelAllViewAnimations(const Valdi::Ref<Valdi::View>& view) { |
| 124 | JavaCache::get().getViewRefCancelAllAnimationsMethod().call(fromValdiView(view)); |
nothing calls this directly
no test coverage detected