Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buggins/coolreader
/ isBookOpened
Method
isBookOpened
android/src/org/coolreader/CoolReader.java:1208–1211 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1206
}
1207
1208
public
boolean isBookOpened()
1209
{
1210
return
mReaderView.isBookLoaded();
1211
}
1212
1213
public
void
loadDocument( FileInfo item )
1214
{
Callers
4
fillMenu
Method · 0.95
onOptionsItemSelected
Method · 0.95
onKeyDown
Method · 0.80
onContextItemSelected
Method · 0.80
Calls
1
isBookLoaded
Method · 0.80
Tested by
no test coverage detected