| 105 | } |
| 106 | |
| 107 | bool ViewNodeScrollState::isScrolling() const { |
| 108 | return _scrolling; |
| 109 | } |
| 110 | |
| 111 | // In RTL mode with overflow enabled, Yoga lays out from right to left |
| 112 | // and items that overflow end up having a negative position. This will |
no outgoing calls
no test coverage detected