()
| 2302 | } |
| 2303 | |
| 2304 | private void reloadPages() { |
| 2305 | final int currentPos = chapterBooklet.getCurrentPage().getStart(); |
| 2306 | |
| 2307 | initializePageCanvases(); |
| 2308 | reflowPages(); |
| 2309 | goToPosition(currentBook.getCurrentChapter(), currentPos); |
| 2310 | |
| 2311 | //#if !(TinyMode || TinyModeExport || LightMode || LightModeExport) |
| 2312 | repaintButtons = true; |
| 2313 | //#endif |
| 2314 | |
| 2315 | repaintStatusBar = true; |
| 2316 | mode = MODE_PAGE_READING; |
| 2317 | repaint(); |
| 2318 | serviceRepaints(); |
| 2319 | } |
| 2320 | |
| 2321 | //#if !(TinyMode || TinyModeExport || LightMode || LightModeExport) |
| 2322 | private int getXonPage(final int x, final int y) { |
no test coverage detected