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

Method stopScrolling

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

Source from the content-addressed store, hash-verified

1383 }
1384
1385 private synchronized void stopScrolling() {
1386 if (scrollingTimerTask != null) {
1387 scrollingTimerTask.cancel();
1388 scrollingTimerTask = null;
1389 }
1390 }
1391
1392 private int nonLineaScroll(final int dx) {
1393 final float part;

Callers 3

scrollPagesMethod · 0.95
handleDummyPageMethod · 0.95

Calls 1

cancelMethod · 0.65

Tested by

no test coverage detected