MCPcopy 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

fillMenuMethod · 0.95
onOptionsItemSelectedMethod · 0.95
onKeyDownMethod · 0.80
onContextItemSelectedMethod · 0.80

Calls 1

isBookLoadedMethod · 0.80

Tested by

no test coverage detected