MCPcopy Create free account
hub / github.com/dumbledore/AlbiteREADER / renderWaitCursor

Method renderWaitCursor

src/org/albite/albite/BookCanvas.java:1696–1701  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1694 }
1695
1696 private void renderWaitCursor() {
1697 holdingValid = false;
1698 mode = MODE_PAGE_LOADING;
1699 repaint();
1700 serviceRepaints();
1701 }
1702
1703 private void reflowPages() {
1704 /*

Callers 6

handleDummyPageMethod · 0.95
loadChapterMethod · 0.95
setOrientationMethod · 0.95
sizeChangedMethod · 0.95
updatePageSettingsMethod · 0.95
reflowChapterMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected