(int keyCode)
| 218 | } |
| 219 | |
| 220 | public final void doKeyAction(int keyCode) { |
| 221 | keypressed = keyCode; |
| 222 | |
| 223 | if (pos >= 20) { |
| 224 | destroyView(); |
| 225 | } |
| 226 | } |
| 227 | |
| 228 | public void destroyView() { |
| 229 | if (status != null) { |
nothing calls this directly
no test coverage detected