(int x, int y)
| 213 | } |
| 214 | |
| 215 | protected final void pointerReleased(int x, int y) { |
| 216 | try { |
| 217 | list.pointerReleased(x, y); |
| 218 | } catch (Exception e) { |
| 219 | if (sd.roster != null) { |
| 220 | sd.roster.errorLog("pointerreleased exception: " + e.getMessage()); |
| 221 | } |
| 222 | } |
| 223 | repaint(); |
| 224 | } |
| 225 | |
| 226 | protected void showNotify() { |
| 227 | //#if (USE_ROTATOR) |
nothing calls this directly
no test coverage detected