()
| 224 | } |
| 225 | |
| 226 | protected void showNotify() { |
| 227 | //#if (USE_ROTATOR) |
| 228 | TimerTaskRotate.startRotate(-1, list); |
| 229 | //#endif |
| 230 | setFullScreenMode(Config.fullscreen); |
| 231 | } |
| 232 | |
| 233 | protected void sizeChanged(int w, int h) { |
| 234 | if (list != null) { |
nothing calls this directly
no test coverage detected