()
| 156 | } |
| 157 | |
| 158 | @Override |
| 159 | public void requestFrame() { |
| 160 | if (!isClosed()) { |
| 161 | App.runOnUIThread(() -> { |
| 162 | if (!isClosed()) { |
| 163 | _nRequestFrame(); |
| 164 | } |
| 165 | }); |
| 166 | } |
| 167 | } |
| 168 | |
| 169 | @Override |
| 170 | public void close() { |
nothing calls this directly
no test coverage detected