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

Method run

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

Source from the content-addressed store, hash-verified

684 pointerPressedTimerTask =
685 new TimerTask() {
686 public void run() {
687 try {
688 processPointerPressed(x, y);
689 } catch (Throwable t) {
690 //#debug
691 AlbiteMIDlet.LOGGER.log(t);
692 }
693
694 pointerPressedReady = true;
695 }
696 };
697 timer.schedule(pointerPressedTimerTask, 0);
698 }

Callers

nothing calls this directly

Calls 6

processPointerPressedMethod · 0.95
processKeysMethod · 0.95
updateClockMethod · 0.95
scrollPagesMethod · 0.95
logMethod · 0.80

Tested by

no test coverage detected