Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
onClick
Method · 0.45
Calls
15
showToast
Method · 0.95
isStarted
Method · 0.95
updateBacklightBrightness
Method · 0.95
updateButtonsBrightness
Method · 0.95
showView
Method · 0.95
instance
Method · 0.95
findInDictionaryInternal
Method · 0.95
setKeyBacklight
Method · 0.80
setDimmingAlpha
Method · 0.80
hideProgress
Method · 0.80
isBookShownInRecentList
Method · 0.80
showLastDirectory
Method · 0.80
Tested by
no test coverage detected