MCPcopy Create free account
hub / github.com/buggins/coolreader / run

Method run

android/src/org/coolreader/CoolReader.java:476–479  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

474 if ( ttsInitialized && tts!=null ) {
475 BackgroundThread.instance().executeGUI(new Runnable() {
476 @Override
477 public void run() {
478 listener.onCreated(tts);
479 }
480 });
481 return true;
482 }

Callers 1

onClickMethod · 0.45

Calls 15

showToastMethod · 0.95
isStartedMethod · 0.95
showViewMethod · 0.95
instanceMethod · 0.95
setKeyBacklightMethod · 0.80
setDimmingAlphaMethod · 0.80
hideProgressMethod · 0.80
showLastDirectoryMethod · 0.80

Tested by

no test coverage detected