| 80 | } |
| 81 | |
| 82 | void AndroidViewTransaction::invalidateViewLayout(const Valdi::Ref<Valdi::View>& view) { |
| 83 | JavaCache::get().getViewRefInvalidateLayoutMethod().call(fromValdiView(view)); |
| 84 | } |
| 85 | |
| 86 | void AndroidViewTransaction::setViewFrame(const Valdi::Ref<Valdi::View>& view, |
| 87 | const Valdi::Frame& newFrame, |
nothing calls this directly
no test coverage detected